diff options
Diffstat (limited to 'Timeline/ClientApp/.eslintrc.js')
-rw-r--r-- | Timeline/ClientApp/.eslintrc.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/ClientApp/.eslintrc.js b/Timeline/ClientApp/.eslintrc.js index e1cd037e..1ffb15de 100644 --- a/Timeline/ClientApp/.eslintrc.js +++ b/Timeline/ClientApp/.eslintrc.js @@ -20,7 +20,7 @@ module.exports = { }, parser: '@typescript-eslint/parser', parserOptions: { - project: ['./tsconfig.json', './tsconfig-for-webpack-config.json'], + project: ['./tsconfig.json'], ecmaFeatures: { jsx: true, }, |