Code style: Use eslint-config-dmajda ESLint configuration
This change leads to quite some errors being reported by ESLint. These will be fixed in subsequent commits. Part of #407.redux
parent
5dd8e797f7
commit
6f34b542b4
@ -1,9 +1,3 @@
|
||||
{
|
||||
"extends": "eslint:recommended",
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 6
|
||||
},
|
||||
"rules": {
|
||||
"no-control-regex": "off"
|
||||
}
|
||||
"extends": "dmajda"
|
||||
}
|
||||
|
Loading…
Reference in New Issue