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:
parent
754e19c992
commit
018f036e80
2
index.js
2
index.js
@ -24,7 +24,7 @@ module.exports = {
|
|||||||
"comma-dangle": ["error", "always-multiline"],
|
"comma-dangle": ["error", "always-multiline"],
|
||||||
"comma-spacing": "error",
|
"comma-spacing": "error",
|
||||||
"comma-style": "error",
|
"comma-style": "error",
|
||||||
"curly": ["error", "multi-or-nest", "consistent"],
|
"curly": ["error", "all"],
|
||||||
"func-call-spacing": "error",
|
"func-call-spacing": "error",
|
||||||
"max-len": ["warn", {
|
"max-len": ["warn", {
|
||||||
"code": 120,
|
"code": 120,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user