Skip to content

Commit 1971668

Browse files
committed
Remove need for tsconfig.json for eslint
* tsconfig.json parsing not longer helpful
1 parent 53a95b9 commit 1971668

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config/eslint/eslint.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ module.exports = {
1313
],
1414
parserOptions: {
1515
ecmaVersion: 2016,
16-
sourceType: 'module',
17-
project: './tsconfig.json',
16+
sourceType: 'module'
1817
},
1918
overrides: [
2019
{

0 commit comments

Comments
 (0)