File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ module.exports = {
187
187
message : 'Use new keyword when throwing an Error.' ,
188
188
}
189
189
] ,
190
- /* eslint-enable max-len, quotes */
190
+ /* eslint-enable max-len */
191
191
'no-return-await' : 'error' ,
192
192
'no-self-assign' : 'error' ,
193
193
'no-self-compare' : 'error' ,
Original file line number Diff line number Diff line change @@ -1120,7 +1120,7 @@ endif
1120
1120
LINT_JS_TARGETS = .eslintrc.js benchmark doc lib test tools
1121
1121
1122
1122
run-lint-js = tools/node_modules/eslint/bin/eslint.js --cache \
1123
- --ext=.js,.mjs,.md $(LINT_JS_TARGETS ) --ignore-pattern '!.eslintrc.js'
1123
+ --ext=.js,.mjs,.md $(LINT_JS_TARGETS )
1124
1124
run-lint-js-fix = $(run-lint-js ) --fix
1125
1125
1126
1126
.PHONY : lint-js-fix
You can’t perform that action at this time.
0 commit comments