fix(eslint-config): remove prettier extends (#9222)

This commit is contained in:
neverland
2021-08-10 10:32:13 +08:00
committed by GitHub
parent 57352801d9
commit 9e55e28a43
5 changed files with 380 additions and 361 deletions
-2
View File
@@ -4,8 +4,6 @@ module.exports = {
'airbnb-base',
'plugin:@typescript-eslint/recommended',
'prettier',
'prettier/vue',
'prettier/@typescript-eslint',
'plugin:markdown/recommended',
],