Leo Lamprecht
9 years ago
2 changed files with 33 additions and 18 deletions
@ -1,12 +0,0 @@ |
|||
{ |
|||
"extends": "standard", |
|||
"parser": "babel-eslint", |
|||
"rules": { |
|||
"yoda": 0, |
|||
"arrow-parens": 0, |
|||
"semi": [2, "always"], |
|||
"no-extra-semi": 2, |
|||
"semi-spacing": [2, { "before": false, "after": true }], |
|||
"no-shadow": [2, {"builtinGlobals": true, "hoist": "functions"}] |
|||
} |
|||
} |
Loading…
Reference in new issue