Skip to content

Commit 3891eff

Browse files
committed
chore: lint
1 parent 5f26f00 commit 3891eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rules/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import ruleNames from './ruleNames.json';
77
const ruleTester = new RuleTester();
88

99
(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') {
10+
if (semver.gte(ESLint.version, '8.0.0') && ruleName === 'check-examples') {
1111
// This rule cannot yet be supported for ESLint 8;
1212
// The possibility for ESLint 8 support is being tracked at https://github.com/eslint/eslint/issues/14745
1313
return;

0 commit comments

Comments
 (0)