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

View File

@@ -4,8 +4,6 @@ module.exports = {
'airbnb-base',
'plugin:@typescript-eslint/recommended',
'prettier',
'prettier/vue',
'prettier/@typescript-eslint',
'plugin:markdown/recommended',
],

View File

@@ -1,6 +1,6 @@
{
"name": "@vant/eslint-config",
"version": "3.3.1",
"version": "3.3.2",
"description": "eslint config of vant",
"main": "index.js",
"publishConfig": {