mirror of
https://github.com/youzan/vant.git
synced 2025-12-22 01:07:29 +08:00
fix(eslint-config): update extends rule
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
module.exports = {
|
||||
extends: [
|
||||
'airbnb-base',
|
||||
'plugin:@typescript-eslint/eslint-recommended',
|
||||
'plugin:@typescript-eslint/recommended',
|
||||
'plugin:vue/recommended',
|
||||
'plugin:vue/vue3-recommended',
|
||||
'prettier',
|
||||
'prettier/vue',
|
||||
],
|
||||
@@ -64,5 +63,6 @@ module.exports = {
|
||||
'@typescript-eslint/no-empty-function': 'off',
|
||||
'@typescript-eslint/no-non-null-assertion': 'off',
|
||||
'@typescript-eslint/explicit-function-return-type': 'off',
|
||||
'@typescript-eslint/explicit-module-boundary-types': 'off',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user