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 9942929 commit 4ca3a66Copy full SHA for 4ca3a66
package.json
@@ -4,7 +4,8 @@
4
"description": "JSONAPI support for loopback",
5
"main": "lib/index.js",
6
"scripts": {
7
- "test": "mocha --reporter=spec ./test/**/*"
+ "test": "npm run lint && mocha --reporter=spec ./test/**/*",
8
+ "lint": "eslint ."
9
},
10
"repository": {
11
"type": "git",
0 commit comments