mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-28 08:23:00 +08:00
build(projects): 升级依赖,添加对json的eslint检测及格式化
This commit is contained in:
@@ -38,6 +38,12 @@ module.exports = {
|
||||
rules: {
|
||||
'vue/comment-directive': 'off'
|
||||
}
|
||||
},
|
||||
{
|
||||
files: ['*.json'],
|
||||
rules: {
|
||||
'no-unused-expressions': 'off'
|
||||
}
|
||||
}
|
||||
],
|
||||
settings: {
|
||||
|
||||
Reference in New Issue
Block a user