diff options
author | crupest <crupest@outlook.com> | 2020-06-02 01:01:15 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-02 01:01:15 +0800 |
commit | 48b1d6ca1a0e3f1e2d84c62e5879dfb762fb307a (patch) | |
tree | 77cc49d54099a44866cb2a4e1a57ddf1a83f652d /Timeline/ClientApp/.eslintrc.js | |
parent | 9f98f9f51047c7b017a4dfe8970b80926c797d44 (diff) | |
download | timeline-48b1d6ca1a0e3f1e2d84c62e5879dfb762fb307a.tar.gz timeline-48b1d6ca1a0e3f1e2d84c62e5879dfb762fb307a.tar.bz2 timeline-48b1d6ca1a0e3f1e2d84c62e5879dfb762fb307a.zip |
Upgrade packages.
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, }, |