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 2750237 commit d7e8467Copy full SHA for d7e8467
1 file changed
package.json
@@ -8,9 +8,10 @@
8
"build": "tsc",
9
"format": "prettier --write **/*.ts",
10
"format-check": "prettier --check **/*.ts",
11
+ "lint": "eslint src/**/*.ts",
12
"package": "ncc build --source-map --license licenses.txt",
13
"test": "jest --passWithNoTests",
- "all": "npm run build && npm run format && npm run package && npm test"
14
+ "all": "npm run build && npm run format && npm run lint && npm run package && npm test"
15
},
16
"repository": {
17
"type": "git",
0 commit comments