change error to warn
This commit is contained in:
parent
41b10e3df5
commit
bd8d8fb9f1
1 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue