Skip to content

Commit f555466

Browse files
committed
Update eslint-rule-tester.js
1 parent 94254b4 commit f555466

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/eslint-rule-tester.js

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ const defaultConfig = {
2323
languageOptions: {
2424
ecmaVersion: 6,
2525
sourceType: "commonjs",
26+
// TODO: remove global.es2105 when dropping eslint v8 -- it has been fixed in eslint v9
27+
// see: https://github.com/eslint/eslint/commit/0db676f9c64d2622ada86b653136d2bda4f0eee0
2628
globals: { ...globals.es2015, ...globals.node },
2729
},
2830
}

0 commit comments

Comments
 (0)