change error to warn

This commit is contained in:
Samuel Newman
2024-03-19 16:13:15 +00:00
parent 41b10e3df5
commit bd8d8fb9f1
+2 -2
View File
@@ -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',