Skip to content

Commit da4a154

Browse files
committed
Typescript is linked to typescript-eslint
1 parent 2c83580 commit da4a154

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"clean": "rimraf dist .nyc_output coverage",
3030
"lint": "lockfile-lint && eslint -f checklist .",
3131
"lint:fix": "prettier --write \"**/*\" & eslint -f checklist --fix .",
32+
"ncu": "ncu --target patch typescript && ncu -x typescript",
3233
"prepublishOnly": "npm run build",
3334
"security:eslint": "eslint -f @microsoft/eslint-formatter-sarif -o eslint-results.sarif .",
3435
"test": "npm run clean && nyc cross-env TS_NODE_PROJECT=./tsconfig.test.json mocha",

0 commit comments

Comments
 (0)