Skip to content

Commit 94ccc49

Browse files
committed
[INT-1] visual-snapshots: update .eslintrc.cjs
1 parent 2f86b20 commit 94ccc49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: visual-js/visual-snapshots/.eslintrc.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended'],
33
parser: '@typescript-eslint/parser',
44
parserOptions: {
5-
project: './tsconfig.json',
5+
project: './tsconfig.test.json',
66
tsconfigRootDir: __dirname,
77
sourceType: 'module',
88
},

0 commit comments

Comments
 (0)