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 1761cad commit 0a3848dCopy full SHA for 0a3848d
package.json
@@ -4,7 +4,7 @@
4
"description": "Repo for staging/testing SpaceX-API transition from Ruby to Javascript (Node.js)",
5
"main": "server.js",
6
"scripts": {
7
- "test": "jest --forceExit && codecov",
+ "test": "jest --forceExit && codecov && eslint \"**/*.js\"",
8
"start": "node app.js",
9
"lint": "eslint \"**/*.js\""
10
},
0 commit comments