Prefer single line assignment to 80 character limit

This commit is contained in:
Tim Schaub
2016-01-09 12:16:11 -07:00
parent 59a66c7aaa
commit 3cf8618fc7
105 changed files with 445 additions and 835 deletions

View File

@@ -12,7 +12,7 @@
"install": "node tasks/install.js",
"postinstall": "closure-util update",
"start": "node tasks/serve.js",
"pretest": "eslint tasks test",
"pretest": "eslint tasks test src",
"test": "node tasks/test.js",
"debug-server": "node tasks/serve-lib.js"
},
@@ -84,8 +84,7 @@
},
"rules": {
"no-constant-condition": 0,
"no-multiple-empty-lines": [2, {"max": 3, "maxEOF": 1}],
"indent": 0
"no-multiple-empty-lines": [2, {"max": 3, "maxEOF": 1}]
}
},
"ext": [