Disable linebreak-style rule

This commit is contained in:
Kevin Sawicki 2016-01-15 14:58:34 -08:00
parent da120d8874
commit 503cd04c75

View file

@ -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,