We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4743379 commit c98c08fCopy full SHA for c98c08f
.eslintignore
@@ -0,0 +1,3 @@
1
+node_modules/*
2
+**/node_modules/*
3
+coverage
.travis.yml
@@ -4,6 +4,8 @@ node_js:
4
cache:
5
directories:
6
- "node_modules"
7
+script:
8
+ - npm run-script lint
9
notifications:
10
email:
11
on_success: never
package.json
@@ -6,7 +6,7 @@
"scripts": {
"test": "jest --forceExit && codecov",
"start": "node app.js",
- "lint": "eslint app.js && routes/**"
+ "lint": "eslint \"**/*.js\""
},
"repository": {
12
"type": "git",
0 commit comments