summaryrefslogtreecommitdiffstats
path: root/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
new file mode 100644
index 0000000..187894b
--- /dev/null
+++ b/.eslintrc.js
@@ -0,0 +1,4 @@
1module.exports = {
2 root: true,
3 extends: '@react-native',
4};