Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Oct 12, 2021
1 parent 5f26f00 commit 3891eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rules/index.js
Expand Up @@ -7,7 +7,7 @@ import ruleNames from './ruleNames.json';
const ruleTester = new RuleTester();

(process.env.npm_config_rule ? process.env.npm_config_rule.split(',') : ruleNames).forEach(async (ruleName) => {
if(semver.gte(ESLint.version, '8.0.0') && ruleName === 'check-examples') {
if (semver.gte(ESLint.version, '8.0.0') && ruleName === 'check-examples') {
// This rule cannot yet be supported for ESLint 8;
// The possibility for ESLint 8 support is being tracked at https://github.com/eslint/eslint/issues/14745
return;
Expand Down

0 comments on commit 3891eff

Please sign in to comment.