eslint: enable stylistic brace-style
This commit is contained in:
parent
665f82200f
commit
56af46f84a
@ -17,6 +17,7 @@ export default [
|
||||
},
|
||||
rules: {
|
||||
"no-var": ["error"],
|
||||
"@stylistic/brace-style": ["error", "1tbs"],
|
||||
"@stylistic/indent": ["error", 4],
|
||||
"@stylistic/linebreak-style": ["error", "unix"],
|
||||
"@stylistic/quotes": ["error", "double"],
|
||||
|
@ -1490,6 +1490,7 @@ export default [
|
||||
rules: {
|
||||
"no-var": ["error"],
|
||||
"@stylistic/indent": ["error", 4],
|
||||
"@stylistic/brace-style": ["error", "1tbs"],
|
||||
"@stylistic/linebreak-style": ["error", "unix"],
|
||||
"@stylistic/quotes": ["error", "double"],
|
||||
"@stylistic/semi": ["error", "always"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user