feat: no-multi-spacing

This commit is contained in:
qianxi0410
2022-08-07 00:06:20 +08:00
parent cd966116d4
commit 9bca6bb72e
3 changed files with 4 additions and 3 deletions

View File

@ -54,6 +54,7 @@
"key-spacing": ["error", { "beforeColon": false, "afterColon": true }], "key-spacing": ["error", { "beforeColon": false, "afterColon": true }],
"comma-style": ["error", "last"], "comma-style": ["error", "last"],
"comma-dangle": ["error", "always-multiline"], "comma-dangle": ["error", "always-multiline"],
"no-multi-spaces": ["error", { "ignoreEOLComments": true }],
"react/prop-types": "off", "react/prop-types": "off",