feat: space between infix op

This commit is contained in:
qianxi0410
2022-08-06 23:43:09 +08:00
parent 77565712e0
commit 6aaba6debd
18 changed files with 27 additions and 25 deletions

View File

@ -49,6 +49,8 @@
"ignoreDeclarationSort": true "ignoreDeclarationSort": true
}], }],
"no-multiple-empty-lines": ["error", { "max": 1, "maxBOF": 0, "maxEOF": 0 }], "no-multiple-empty-lines": ["error", { "max": 1, "maxBOF": 0, "maxEOF": 0 }],
"space-unary-ops": ["error", { "words": true, "nonwords": false }],
"space-infix-ops": "error",
"react/prop-types": "off", "react/prop-types": "off",