Disable linebreak-style rule
This commit is contained in:
parent
da120d8874
commit
503cd04c75
1 changed files with 1 additions and 4 deletions
|
@ -11,15 +11,12 @@
|
||||||
0,
|
0,
|
||||||
"single"
|
"single"
|
||||||
],
|
],
|
||||||
"linebreak-style": [
|
|
||||||
2,
|
|
||||||
"unix"
|
|
||||||
],
|
|
||||||
"semi": [
|
"semi": [
|
||||||
0,
|
0,
|
||||||
"always"
|
"always"
|
||||||
],
|
],
|
||||||
"comma-dangle": 0,
|
"comma-dangle": 0,
|
||||||
|
"linebreak-style": 0,
|
||||||
"no-console": 0,
|
"no-console": 0,
|
||||||
"no-undef": 0,
|
"no-undef": 0,
|
||||||
"no-unreachable": 0,
|
"no-unreachable": 0,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue