mirror of
https://github.com/jumpserver/lina.git
synced 2025-10-21 07:29:02 +00:00
[Update] 去掉i18n检查
This commit is contained in:
@@ -9,16 +9,11 @@ module.exports = {
|
||||
node: true,
|
||||
es6: true
|
||||
},
|
||||
extends: ['plugin:vue/recommended', 'eslint:recommended', 'plugin:vue-i18n/recommended'],
|
||||
extends: ['plugin:vue/recommended', 'eslint:recommended'],
|
||||
globals: {
|
||||
window: true,
|
||||
_: true
|
||||
},
|
||||
settings: {
|
||||
'vue-i18n': {
|
||||
localeDir: './src/i18n/langs/*.json' // extention is glob formatting!
|
||||
}
|
||||
},
|
||||
// add your custom rules here
|
||||
// it is base on https://github.com/vuejs/eslint-config-vue
|
||||
rules: {
|
||||
|
Reference in New Issue
Block a user