diff options
author | crupest <crupest@outlook.com> | 2023-07-14 00:30:17 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-07-14 00:30:17 +0800 |
commit | 810185b8df1fd191cd4a5e7eb92e1986000880b1 (patch) | |
tree | b917c84f12d715fc6c66377feca9e14df787144c /FrontEnd/.eslintrc.cjs | |
parent | 4a069bf1268f393d5467166356f691eb89963152 (diff) | |
download | timeline-810185b8df1fd191cd4a5e7eb92e1986000880b1.tar.gz timeline-810185b8df1fd191cd4a5e7eb92e1986000880b1.tar.bz2 timeline-810185b8df1fd191cd4a5e7eb92e1986000880b1.zip |
...
Diffstat (limited to 'FrontEnd/.eslintrc.cjs')
-rw-r--r-- | FrontEnd/.eslintrc.cjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/.eslintrc.cjs b/FrontEnd/.eslintrc.cjs index a9cd8e03..6fcccd3e 100644 --- a/FrontEnd/.eslintrc.cjs +++ b/FrontEnd/.eslintrc.cjs @@ -13,7 +13,7 @@ module.exports = { plugins: ["@typescript-eslint", "prettier", "react", "react-hooks"],
parser: "@typescript-eslint/parser",
parserOptions: {
- project: true,
+ project: ["./tsconfig.json", "tools/tsconfig.json"],
tsconfigRootDir: __dirname
},
settings: {
|