fix: extends order
This commit is contained in:
parent
e6e7a00698
commit
0b40222ae9
@ -4,8 +4,8 @@ module.exports = {
|
|||||||
],
|
],
|
||||||
parser: '@typescript-eslint/parser',
|
parser: '@typescript-eslint/parser',
|
||||||
extends: [
|
extends: [
|
||||||
'@antfu/eslint-config',
|
|
||||||
'plugin:@typescript-eslint/recommended',
|
'plugin:@typescript-eslint/recommended',
|
||||||
|
'@antfu/eslint-config',
|
||||||
],
|
],
|
||||||
rules: {
|
rules: {
|
||||||
// TS
|
// TS
|
||||||
|
@ -4,8 +4,8 @@ module.exports = {
|
|||||||
parser: '@typescript-eslint/parser',
|
parser: '@typescript-eslint/parser',
|
||||||
},
|
},
|
||||||
extends: [
|
extends: [
|
||||||
'@antfu/eslint-config-ts',
|
|
||||||
'plugin:vue/recommended',
|
'plugin:vue/recommended',
|
||||||
|
'@antfu/eslint-config-ts',
|
||||||
],
|
],
|
||||||
plugins: [
|
plugins: [
|
||||||
'vue'
|
'vue'
|
||||||
|
Loading…
Reference in New Issue
Block a user