aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/.eslintrc.js
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-06-15 16:23:44 +0800
committercrupest <crupest@outlook.com>2021-06-15 16:23:44 +0800
commitddce03a67708249eec129eb36744be460345bd75 (patch)
tree58417f657467e89d06c58b848db621c021803254 /FrontEnd/.eslintrc.js
parente0b766203d7576ab67b16ba556ba14120d0bc876 (diff)
downloadtimeline-ddce03a67708249eec129eb36744be460345bd75.tar.gz
timeline-ddce03a67708249eec129eb36744be460345bd75.tar.bz2
timeline-ddce03a67708249eec129eb36744be460345bd75.zip
...
Diffstat (limited to 'FrontEnd/.eslintrc.js')
-rw-r--r--FrontEnd/.eslintrc.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/.eslintrc.js b/FrontEnd/.eslintrc.js
index 611b965f..93b98978 100644
--- a/FrontEnd/.eslintrc.js
+++ b/FrontEnd/.eslintrc.js
@@ -18,7 +18,7 @@ module.exports = {
},
parser: "@typescript-eslint/parser",
parserOptions: {
- project: ["./src/tsconfig.json"],
+ project: ["./tsconfig.json"],
ecmaFeatures: {
jsx: true,
},