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