diff --git a/.eslintrc.js b/.eslintrc.js index 0633d4db..22df53b5 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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' }; \ No newline at end of file