mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Disable linebreak-style rule
This commit is contained in:
@@ -11,15 +11,12 @@
|
||||
0,
|
||||
"single"
|
||||
],
|
||||
"linebreak-style": [
|
||||
2,
|
||||
"unix"
|
||||
],
|
||||
"semi": [
|
||||
0,
|
||||
"always"
|
||||
],
|
||||
"comma-dangle": 0,
|
||||
"linebreak-style": 0,
|
||||
"no-console": 0,
|
||||
"no-undef": 0,
|
||||
"no-unreachable": 0,
|
||||
|
||||
Reference in New Issue
Block a user