UNPKG

287 BJavaScriptView Raw
1module.exports = {
2 "extends": "google",
3 "parserOptions": {
4 "ecmaVersion": 5
5 },
6 "rules": {
7 "no-var": "off",
8 "require-jsdoc": "off",
9 "block-spacing": "off",
10 "brace-style": "off",
11 "space-before-function-paren": "off",
12 "object-curly-spacing": "off"
13 }
14};
\No newline at end of file