We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c207865 commit 725a2b1Copy full SHA for 725a2b1
.eslintrc.js
@@ -187,7 +187,7 @@ module.exports = {
187
message: 'Use new keyword when throwing an Error.',
188
}
189
],
190
- /* eslint-enable max-len, quotes */
+ /* eslint-enable max-len */
191
'no-return-await': 'error',
192
'no-self-assign': 'error',
193
'no-self-compare': 'error',
Makefile
@@ -1120,7 +1120,7 @@ endif
1120
LINT_JS_TARGETS = .eslintrc.js benchmark doc lib test tools
1121
1122
run-lint-js = tools/node_modules/eslint/bin/eslint.js --cache \
1123
- --ext=.js,.mjs,.md $(LINT_JS_TARGETS) --ignore-pattern '!.eslintrc.js'
+ --ext=.js,.mjs,.md $(LINT_JS_TARGETS)
1124
run-lint-js-fix = $(run-lint-js) --fix
1125
1126
.PHONY: lint-js-fix
0 commit comments