mirror of
https://github.com/jumpserver/lina.git
synced 2025-10-21 07:29:02 +00:00
[Update] 添加lodash到全局
This commit is contained in:
@@ -10,6 +10,10 @@ module.exports = {
|
||||
es6: true
|
||||
},
|
||||
extends: ['plugin:vue/recommended', 'eslint:recommended'],
|
||||
globals: {
|
||||
window: true,
|
||||
_: true
|
||||
},
|
||||
|
||||
// add your custom rules here
|
||||
// it is base on https://github.com/vuejs/eslint-config-vue
|
||||
|
Reference in New Issue
Block a user