{ "env": { "node":true }, "rules": { "no-mixed-spaces-and-tabs":[2, true], "console":0, "camelcase":0, "strict":0, "quotes":[2, "double", "avoid-escape"], "new-cap":0, "space-infix-ops":0, "no-console":0, "no-delete-var":0, "no-underscore-dangle":0, "no-multi-spaces":0, "dot-notation":[2, {"allowKeywords": false}], "space-unary-ops":0, "key-spacing":0, "no-empty":2, "brace-style": [1, "stroustrup", { "allowSingleLine": true }], "space-after-keywords": [2, "always"], "no-space-before-semi": 0, "indent": [2, "tab"], "space-before-function-paren": [2, "never"], "no-trailing-spaces": [2, { skipBlankLines: false }] } }