about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.eslintrc.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index bade06447..6165517f7 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -18,7 +18,7 @@ module.exports = {
     'react/no-unescaped-entities': 0,
     'react-native/no-inline-styles': 0,
     'simple-import-sort/imports': [
-      'error',
+      'warn',
       {
         groups: [
           // Side effect imports.
@@ -52,7 +52,7 @@ module.exports = {
         ],
       },
     ],
-    'simple-import-sort/exports': 'error',
+    'simple-import-sort/exports': 'warn',
   },
   ignorePatterns: [
     '**/__mocks__/*.ts',