diff options
author | Quentin Gliech <quentingliech@gmail.com> | 2022-02-16 10:27:26 +0100 |
---|---|---|
committer | Quentin Gliech <quentingliech@gmail.com> | 2022-02-16 10:27:26 +0100 |
commit | ce50269639988e39fe4e27cc8c309a9d5c75c958 (patch) | |
tree | d6ccbc61dcabc065acce19497a7e26f49d905139 /webui/.eslintrc.js | |
parent | 11d51bee9e2a535e5308bb6f1d23cab351d66923 (diff) | |
download | git-bug-ce50269639988e39fe4e27cc8c309a9d5c75c958.tar.gz |
webui: upgrade most dependencies
Also reformat everything with prettier
Diffstat (limited to 'webui/.eslintrc.js')
-rw-r--r-- | webui/.eslintrc.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webui/.eslintrc.js b/webui/.eslintrc.js index 125fe801..8b3ad111 100644 --- a/webui/.eslintrc.js +++ b/webui/.eslintrc.js @@ -1,7 +1,7 @@ module.exports = { extends: [ 'react-app', - 'prettier/@typescript-eslint', + 'prettier', 'plugin:prettier/recommended', ], plugins: ['graphql'], |