aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mobile/.eslintrc.js')
-rw-r--r--apps/mobile/.eslintrc.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/mobile/.eslintrc.js b/apps/mobile/.eslintrc.js
new file mode 100644
index 00000000..53beac49
--- /dev/null
+++ b/apps/mobile/.eslintrc.js
@@ -0,0 +1,4 @@
+module.exports = {
+ root: true,
+ extends: ["universe/native"],
+};