Skip to content

Commit b7248a8

Browse files
committed
chore: remove dtslint
1 parent ed018b0 commit b7248a8

File tree

3 files changed

+1
-63
lines changed

3 files changed

+1
-63
lines changed

.pre-commit-config.yaml

Whitespace-only changes.

package-lock.json

Lines changed: 0 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@
1515
"jest": "jest",
1616
"prettier": "prettier --no-semi --single-quote --print-width 120 --parser typescript --list-different \"{src,test}/**/*.ts\"",
1717
"fix-prettier": "prettier --no-semi --single-quote --print-width 120 --parser typescript --write \"{src,test,examples,exercises}/**/*.ts\"",
18-
"test": "npm run prettier && npm run lint && npm run dtslint && npm run declaration && npm run jest && npm run docs",
18+
"test": "npm run prettier && npm run lint && npm run declaration && npm run jest && npm run docs",
1919
"clean": "rimraf lib/* es6/*",
2020
"build": "npm run clean && tsc && tsc -p tsconfig.es6.json && npm run import-path-rewrite",
2121
"prepublish": "npm run build",
2222
"perf": "ts-node perf/index",
23-
"dtslint": "dtslint dtslint",
2423
"declaration": "tsc -p declaration/tsconfig.json",
2524
"mocha": "TS_NODE_CACHE=false mocha -r ts-node/register test/*.ts",
2625
"doctoc": "doctoc README.md",
@@ -48,7 +47,6 @@
4847
"benchmark": "2.1.4",
4948
"docs-ts": "^0.3.4",
5049
"doctoc": "^2.2.1",
51-
"dtslint": "github:gcanti/dtslint",
5250
"fp-ts": "^2.0.0",
5351
"jest": "^24.8.0",
5452
"mocha": "^10.6.0",

0 commit comments

Comments
 (0)