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

edit curly rule

This commit is contained in:
Jake Jarvis 2021-08-30 13:21:26 -04:00
parent 754e19c992
commit 018f036e80
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39

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,