diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-22 15:05:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-22 15:05:24 +0000 |
commit | d03b5e2da5912a5fc4156701a5dbeeddfb53df29 (patch) | |
tree | 38e973eb30797441c2ecea4649dca85768558643 /FrontEnd/.eslintrc.js | |
parent | a11fbeea4e836fa02ab2c66ca2395e3455b10d4b (diff) | |
parent | 5fe13b0cca511995fb6fec33c0af5f600f63ee7d (diff) | |
download | timeline-d03b5e2da5912a5fc4156701a5dbeeddfb53df29.tar.gz timeline-d03b5e2da5912a5fc4156701a5dbeeddfb53df29.tar.bz2 timeline-d03b5e2da5912a5fc4156701a5dbeeddfb53df29.zip |
Merge pull request #297 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-config-prettier-8.0.0
Diffstat (limited to 'FrontEnd/.eslintrc.js')
-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: {
|