Skip to content

Commit 5c2ac5b

Browse files
committed
turning off normal prefer-const, cause the rule was still being fixed
1 parent a858aa3 commit 5c2ac5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

noFixRules.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module.exports = {
22
plugins: ['no-autofix'],
33
rules: {
4+
'prefer-const': 'off',
45
'no-autofix/prefer-const': 'error',
56
},
67
}

0 commit comments

Comments
 (0)