We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a5082a commit b91533cCopy full SHA for b91533c
.eslintrc.cjs
@@ -11,8 +11,7 @@ module.exports = {
11
extends: [
12
`eslint:recommended`,
13
`plugin:@typescript-eslint/recommended`,
14
- `plugin:vue/vue3-recommended`,
15
- `airbnb-base`,
+ `plugin:vue/vue3-recommended`
16
],
17
overrides: [
18
{
.eslintrc.js
@@ -12,7 +12,6 @@ module.exports = {
`plugin:vue/vue3-recommended`,
0 commit comments