change error to warn

zio/stable
Samuel Newman 2024-03-19 16:13:15 +00:00
parent 41b10e3df5
commit bd8d8fb9f1
1 changed files with 2 additions and 2 deletions

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',