mirror of
https://github.com/jakejarvis/eslint-config.git
synced 2026-09-11 04:25:34 -04:00
edit curly rule
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user