Browse Source
This change leads to quite some errors being reported by ESLint. These will be fixed in subsequent commits. Part of #407.redux
2 changed files with 3 additions and 8 deletions
@ -1,9 +1,3 @@ |
|||
{ |
|||
"extends": "eslint:recommended", |
|||
"parserOptions": { |
|||
"ecmaVersion": 6 |
|||
}, |
|||
"rules": { |
|||
"no-control-regex": "off" |
|||
} |
|||
"extends": "dmajda" |
|||
} |
|||
|
Loading…
Reference in new issue