aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/.eslintrc.js
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-06-02 01:01:15 +0800
committercrupest <crupest@outlook.com>2020-06-02 01:01:15 +0800
commit48b1d6ca1a0e3f1e2d84c62e5879dfb762fb307a (patch)
tree77cc49d54099a44866cb2a4e1a57ddf1a83f652d /Timeline/ClientApp/.eslintrc.js
parent9f98f9f51047c7b017a4dfe8970b80926c797d44 (diff)
downloadtimeline-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.js2
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,
},