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
commit447184ca4ae3f691c0b7007cbb1f002862f12566 (patch)
treea8ab10a615bf4a9e65df9dbf060e15325a020a51 /Timeline/ClientApp/.eslintrc.js
parent5021d95f57c54779d1fd22aeeb180be058775a01 (diff)
downloadtimeline-447184ca4ae3f691c0b7007cbb1f002862f12566.tar.gz
timeline-447184ca4ae3f691c0b7007cbb1f002862f12566.tar.bz2
timeline-447184ca4ae3f691c0b7007cbb1f002862f12566.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,
},