Skip to content

Commit

Permalink
Remove extraneous tsconfig adapter, see phetsims/chipper#1324
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid authored and zepumph committed Oct 22, 2024
1 parent e7ea684 commit 076b489
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 2 additions & 3 deletions eslint/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ module.exports = {
parserOptions: {
sourceType: 'module',

// Provide a tsconfig so that we can use rules that require type information. tsconfig.eslint.json
// gives eslint project information without needing to modify our actual tsconfig setup.
// Provide a tsconfig so that we can use rules that require type information.
// NOTE: Providing this slows down eslint substantially, see https://github.com/phetsims/chipper/issues/1114#issuecomment-1065927717
project: [ '../chipper/eslint/tsconfig.eslint.json' ]
project: [ '../chipper/tsconfig/all/tsconfig.json' ]
},
plugins: [
'@typescript-eslint'
Expand Down
3 changes: 0 additions & 3 deletions eslint/tsconfig.eslint.json

This file was deleted.

0 comments on commit 076b489

Please sign in to comment.