Skip to content

Commit 669664d

Browse files
Merge branch 'tool-config-auto-update' into disallow-implicit-dependencies
2 parents e732e40 + 9cbf792 commit 669664d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = {
2929
],
3030
'no-control-regex': 'off',
3131
'no-constant-condition': ['error', {checkLoops: false}],
32-
'node/no-extraneous-import': 'error',
32+
'node/no-extraneous-import': 'error'
3333
},
3434
overrides: [
3535
{

0 commit comments

Comments
 (0)