no-sync only warn
This commit is contained in:
parent
df566f38d8
commit
2fef44510b
2
index.js
2
index.js
@ -135,7 +135,7 @@ module.exports = {
|
|||||||
'no-path-concat': 'error',
|
'no-path-concat': 'error',
|
||||||
'no-process-env': 'warn',
|
'no-process-env': 'warn',
|
||||||
'no-process-exit': 'warn',
|
'no-process-exit': 'warn',
|
||||||
'no-sync': ['error', { allowAtRootLevel: true }],
|
'no-sync': ['warn', { allowAtRootLevel: true }],
|
||||||
|
|
||||||
// Stylistic Issues https://eslint.org/docs/rules/#stylistic-issues
|
// Stylistic Issues https://eslint.org/docs/rules/#stylistic-issues
|
||||||
'array-bracket-newline': ['error', { multiline: true, minItems: 2 }],
|
'array-bracket-newline': ['error', { multiline: true, minItems: 2 }],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user