diff options
author | crupest <crupest@outlook.com> | 2021-02-22 23:03:03 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-02-22 23:03:03 +0800 |
commit | 16010dfc0396a29f0eca33ffafa51e243bf70aa5 (patch) | |
tree | 914c6e880fa6b57c573bf8d05fb029e878f13896 | |
parent | f7ce665a3a8934094f3855edc74562710f66335e (diff) | |
download | timeline-16010dfc0396a29f0eca33ffafa51e243bf70aa5.tar.gz timeline-16010dfc0396a29f0eca33ffafa51e243bf70aa5.tar.bz2 timeline-16010dfc0396a29f0eca33ffafa51e243bf70aa5.zip |
fix: Migrate to eslint prettier 8.0.0.
-rw-r--r-- | FrontEnd/.eslintrc.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/FrontEnd/.eslintrc.js b/FrontEnd/.eslintrc.js index 900489ed..9bb22216 100644 --- a/FrontEnd/.eslintrc.js +++ b/FrontEnd/.eslintrc.js @@ -10,8 +10,6 @@ module.exports = { "plugin:@typescript-eslint/recommended",
"plugin:@typescript-eslint/recommended-requiring-type-checking",
"plugin:prettier/recommended",
- "prettier/react",
- "prettier/@typescript-eslint",
"plugin:react-hooks/recommended",
],
globals: {
|