We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94ad6d4 commit 1e186e4Copy full SHA for 1e186e4
package.json
@@ -4,7 +4,8 @@
4
"description": "JSON Web Token implementation (symmetric and asymmetric)",
5
"main": "index.js",
6
"scripts": {
7
- "test": "nyc --reporter=html --reporter=text mocha && nsp check && cost-of-modules"
+ "lint": "eslint .",
8
+ "test": "npm run lint && nyc --reporter=html --reporter=text mocha && nsp check && cost-of-modules"
9
},
10
"repository": {
11
"type": "git",
@@ -34,6 +35,7 @@
34
35
"chai": "^1.10.0",
36
"conventional-changelog": "~1.1.0",
37
"cost-of-modules": "^1.0.1",
38
+ "eslint": "^4.19.1",
39
"mocha": "^2.1.0",
40
"nsp": "^2.6.2",
41
"nyc": "^11.8.0",
0 commit comments