Skip to content

Commit 8ff620d

Browse files
committed
chore: eslint for sync commands
1 parent 5ebf038 commit 8ff620d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc.cjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ module.exports = {
1010
'no-param-reassign': ['error', { props: false }],
1111
'no-underscore-dangle': 'off',
1212
'no-magic-numbers': 'off',
13-
'n/no-sync': 'off',
1413
'n/prefer-global/process': 'off',
1514
'unicorn/numeric-separators-style': 'off',
1615
'unicorn/filename-case': ['error', { case: 'kebabCase' }],

0 commit comments

Comments
 (0)