mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-06 06:06:08 +08:00
修复对象解构时括号间距不一致的问题
This commit is contained in:
parent
d9b7be4814
commit
50df430831
@ -31,7 +31,7 @@ module.exports = {
|
||||
"comma-dangle": ["warn", "never"],
|
||||
"space-in-parens": "warn",
|
||||
"comma-spacing": "warn",
|
||||
"object-curly-spacing": "warn",
|
||||
"object-curly-spacing": ["warn", "always"],
|
||||
"arrow-spacing": "warn",
|
||||
semi: ["warn", "never"],
|
||||
"no-multi-spaces": "warn",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user