turn off eslint linebreak-style errors
This commit is contained in:
parent
be20a12a56
commit
073fce5f89
@ -47,7 +47,7 @@
|
||||
"SwitchCase": 1
|
||||
}
|
||||
],
|
||||
"linebreak-style": ["warn", "windows"],
|
||||
"linebreak-style": 0,
|
||||
"quotes": ["error", "double", { "avoidEscape": true }],
|
||||
"semi": ["error", "always"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user