Skip to content

Commit

Permalink
Merge branch 'tool-config-auto-update' into disallow-implicit-depende…
Browse files Browse the repository at this point in the history
…ncies
  • Loading branch information
nikolai-laevskii committed May 23, 2023
2 parents e732e40 + 9cbf792 commit 669664d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = {
],
'no-control-regex': 'off',
'no-constant-condition': ['error', {checkLoops: false}],
'node/no-extraneous-import': 'error',
'node/no-extraneous-import': 'error'
},
overrides: [
{
Expand Down

0 comments on commit 669664d

Please sign in to comment.