Skip to content

Commit

Permalink
refactor: 1
Browse files Browse the repository at this point in the history
  • Loading branch information
greper committed Oct 25, 2022
1 parent 263995a commit 87e475d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages/ui/ui-antdv/.eslintrc.js
Expand Up @@ -16,10 +16,15 @@ module.exports = {
tsx: true
}
},
extends: ["plugin:vue/vue3-recommended", "plugin:@typescript-eslint/recommended", "plugin:prettier/recommended", "prettier"],
extends: [
"plugin:vue/vue3-recommended",
"plugin:@typescript-eslint/recommended",
"plugin:prettier/recommended",
"prettier"
],
rules: {
// "comma-dangle": "off",
// "max-len": [0, 160, 2, { ignoreUrls: true }],
"max-len": [0, 160, 2, { ignoreUrls: true }],
"@typescript-eslint/ban-ts-ignore": "off",
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/no-explicit-any": "off",
Expand Down

0 comments on commit 87e475d

Please sign in to comment.