Browse Source

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
David Majda 7 years ago
parent
commit
6f34b542b4
  1. 8
      .eslintrc.json
  2. 3
      package.json

8
.eslintrc.json

@ -1,9 +1,3 @@
{
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 6
},
"rules": {
"no-control-regex": "off"
}
"extends": "dmajda"
}

3
package.json

@ -48,7 +48,8 @@
"babel-preset-es2015": "6.14.0",
"babelify": "7.3.0",
"browserify": "13.1.0",
"eslint": "3.6.1",
"eslint": "3.7.1",
"eslint-config-dmajda": "1.0.0",
"express": "4.14.0",
"glob": "7.0.6",
"jasmine-node": "1.14.5",

Loading…
Cancel
Save