We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f26f00 commit 3891effCopy full SHA for 3891eff
test/rules/index.js
@@ -7,7 +7,7 @@ import ruleNames from './ruleNames.json';
7
const ruleTester = new RuleTester();
8
9
(process.env.npm_config_rule ? process.env.npm_config_rule.split(',') : ruleNames).forEach(async (ruleName) => {
10
- if(semver.gte(ESLint.version, '8.0.0') && ruleName === 'check-examples') {
+ if (semver.gte(ESLint.version, '8.0.0') && ruleName === 'check-examples') {
11
// This rule cannot yet be supported for ESLint 8;
12
// The possibility for ESLint 8 support is being tracked at https://github.com/eslint/eslint/issues/14745
13
return;
0 commit comments