Add and configure eslint for express package linting
parent
8af6605a36
commit
c78651a703
|
@ -0,0 +1,6 @@
|
||||||
|
module.exports = {
|
||||||
|
"extends": "google",
|
||||||
|
"parserOptions": {
|
||||||
|
"ecmaVersion": 6
|
||||||
|
}
|
||||||
|
};
|
File diff suppressed because it is too large
Load Diff
|
@ -36,6 +36,8 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"chai": "^3.5.0",
|
"chai": "^3.5.0",
|
||||||
"chai-http": "^3.0.0",
|
"chai-http": "^3.0.0",
|
||||||
|
"eslint": "^4.18.2",
|
||||||
|
"eslint-config-google": "^0.9.1",
|
||||||
"mocha": "^3.5.3",
|
"mocha": "^3.5.3",
|
||||||
"nodemon": "^1.14.12"
|
"nodemon": "^1.14.12"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue