Skip to content

Commit

Permalink
Switch to projectService: true, see phetsims/chipper#1474
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Sep 26, 2024
1 parent dcc57ea commit fa49031
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,5 @@
* @author Sam Reid (PhET Interactive Simulations)
*/
module.exports = {
extends: '../chipper/eslint/node_eslintrc.js',
overrides: [
{
files: [
'**/*.ts'
],
parserOptions: {
project: [

// Support both perennial and perennial-alias
// TODO: This was likely missed when pointing everything to chipper/tsconfig/eslint-all/tsconfig.json, see https://github.com/phetsims/chipper/issues/1468
__dirname + '/tsconfig.json'
]
}
}
]
extends: '../chipper/eslint/node_eslintrc.js'
};

0 comments on commit fa49031

Please sign in to comment.