Linebreaks are hard, spacing isn't (#1062)

Because linebreaks are affected by git's `core.autocrlf` rule and I don't feel like adding a `.gitattributes` file yet.
This commit is contained in:
Pat Cavit 2016-05-20 11:51:30 -07:00
parent 04eaa25ab1
commit 058b25002d

View file

@ -67,10 +67,12 @@ module.exports = {
"init-declarations": "off",
"jsx-quotes": "error",
"key-spacing": "error",
"keyword-spacing": "off",
"linebreak-style": [
"keyword-spacing": [
"error",
"unix"
{
"before": true,
"after": true
}
],
"lines-around-comment": "error",
"max-depth": "off",