Skip to content

Commit f11e502

Browse files
committed
try to fix test
1 parent 59cb753 commit f11e502

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/lib/rules/no-property-in-node.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ const ruleTester = new RuleTester({
88
languageOptions: {
99
parser: require('@typescript-eslint/parser'),
1010
parserOptions: {
11-
project: './tsconfig.json',
11+
projectService: {
12+
defaultProject: 'tsconfig.json',
13+
},
1214
tsconfigRootDir: path.join(__dirname, '../fixtures'),
1315
},
1416
},

0 commit comments

Comments
 (0)