1
mirror of https://github.com/jakejarvis/eslint-config.git synced 2025-06-27 17:25:41 -04:00

edit curly rule

This commit is contained in:
2021-08-30 13:21:26 -04:00
parent 754e19c992
commit 018f036e80

View File

@ -24,7 +24,7 @@ module.exports = {
"comma-dangle": ["error", "always-multiline"],
"comma-spacing": "error",
"comma-style": "error",
"curly": ["error", "multi-or-nest", "consistent"],
"curly": ["error", "all"],
"func-call-spacing": "error",
"max-len": ["warn", {
"code": 120,