Commit 4cf442b2 by caoyanzhi

Merge branch 'feature/按钮权限' into dev

parents ed6ddc69 ddd12ceb
......@@ -91,8 +91,8 @@ module.exports = {
new ESLintPlugin({
extensions: ['js', 'vue'],
files: 'src',
fix: false,
lintDirtyModulesOnly: false,
fix: true,
lintDirtyModulesOnly: true,
exclude: ['assets'],
formatter: 'visualstudio',
}),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment