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.
2 parents e732e40 + 9cbf792 commit 669664dCopy full SHA for 669664d
.eslintrc.js
@@ -29,7 +29,7 @@ module.exports = {
29
],
30
'no-control-regex': 'off',
31
'no-constant-condition': ['error', {checkLoops: false}],
32
- 'node/no-extraneous-import': 'error',
+ 'node/no-extraneous-import': 'error'
33
},
34
overrides: [
35
{
0 commit comments