We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ebf038 commit 8ff620dCopy full SHA for 8ff620d
.eslintrc.cjs
@@ -10,7 +10,6 @@ module.exports = {
10
'no-param-reassign': ['error', { props: false }],
11
'no-underscore-dangle': 'off',
12
'no-magic-numbers': 'off',
13
- 'n/no-sync': 'off',
14
'n/prefer-global/process': 'off',
15
'unicorn/numeric-separators-style': 'off',
16
'unicorn/filename-case': ['error', { case: 'kebabCase' }],
0 commit comments