Skip to content

Commit

Permalink
chore: remove dtslint
Browse files Browse the repository at this point in the history
  • Loading branch information
bitgopatmcl committed Nov 21, 2024
1 parent ed018b0 commit b7248a8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 63 deletions.
Empty file removed .pre-commit-config.yaml
Empty file.
60 changes: 0 additions & 60 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@
"jest": "jest",
"prettier": "prettier --no-semi --single-quote --print-width 120 --parser typescript --list-different \"{src,test}/**/*.ts\"",
"fix-prettier": "prettier --no-semi --single-quote --print-width 120 --parser typescript --write \"{src,test,examples,exercises}/**/*.ts\"",
"test": "npm run prettier && npm run lint && npm run dtslint && npm run declaration && npm run jest && npm run docs",
"test": "npm run prettier && npm run lint && npm run declaration && npm run jest && npm run docs",
"clean": "rimraf lib/* es6/*",
"build": "npm run clean && tsc && tsc -p tsconfig.es6.json && npm run import-path-rewrite",
"prepublish": "npm run build",
"perf": "ts-node perf/index",
"dtslint": "dtslint dtslint",
"declaration": "tsc -p declaration/tsconfig.json",
"mocha": "TS_NODE_CACHE=false mocha -r ts-node/register test/*.ts",
"doctoc": "doctoc README.md",
Expand Down Expand Up @@ -48,7 +47,6 @@
"benchmark": "2.1.4",
"docs-ts": "^0.3.4",
"doctoc": "^2.2.1",
"dtslint": "github:gcanti/dtslint",
"fp-ts": "^2.0.0",
"jest": "^24.8.0",
"mocha": "^10.6.0",
Expand Down

0 comments on commit b7248a8

Please sign in to comment.