Style updates

This commit is contained in:
kpdecker
2015-08-03 16:43:09 -05:00
parent 8e868ab225
commit 9b1f9c7e44
29 changed files with 154 additions and 124 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"globals": {
"require": true
},
"rules": {
// Disabling for tests, for now.
"no-path-concat": 0,
"no-var": 0,
"no-shadow": 0,
"handle-callback-err": 0,
"no-console": 0,
"no-process-env": 0,
"dot-notation": [2, {"allowKeywords": true}]
}
}