Skip to content

Commit d7e8467

Browse files
committed
Re add lint.
1 parent 2750237 commit d7e8467

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
"build": "tsc",
99
"format": "prettier --write **/*.ts",
1010
"format-check": "prettier --check **/*.ts",
11+
"lint": "eslint src/**/*.ts",
1112
"package": "ncc build --source-map --license licenses.txt",
1213
"test": "jest --passWithNoTests",
13-
"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"
1415
},
1516
"repository": {
1617
"type": "git",

0 commit comments

Comments
 (0)