|
74 | 74 | "scripts": {
|
75 | 75 | "changelog": "npx conventional-changelog-cli -p angular -i CHANGELOG.md -s",
|
76 | 76 | "lint": "eslint --ext=ts,js src spec spec-dtslint",
|
77 |
| - "dtslint": "npm run lint && tsc -b ./src/tsconfig.types.json", |
78 | 77 | "test": "yarn build && cross-env TS_NODE_PROJECT=tsconfig.mocha.json mocha --config spec/support/.mocharc.js \"spec/**/*-spec.ts\"",
|
79 | 78 | "test:esm": "node spec/module-test-spec.mjs",
|
80 | 79 | "test:circular": "dependency-cruiser --validate .dependency-cruiser.json -x \"^node_modules\" dist/esm",
|
|
83 | 82 | "build:clean": "shx rm -rf ./dist",
|
84 | 83 | "build": "yarn build:clean && yarn compile && node ./tools/generate-alias.js",
|
85 | 84 | "watch": "nodemon -w \"src/\" -w \"spec/\" -e ts -x npm test",
|
86 |
| - "watch:dtslint": "nodemon -w \"src/\" -w \"spec-dtslint/\" -e ts -x yarn dtslint", |
87 | 85 | "copy_common_package_files": "node ../../scripts/copy-common-package-files.js"
|
88 | 86 | },
|
89 | 87 | "repository": {
|
|
143 | 141 | "@types/shelljs": "^0.8.8",
|
144 | 142 | "@types/sinon": "^10.0.13",
|
145 | 143 | "@types/sinon-chai": "^3.2.9",
|
146 |
| - "@typescript-eslint/eslint-plugin": "^6.9.0", |
147 |
| - "@typescript-eslint/parser": "^6.9.0", |
| 144 | + "@typescript-eslint/eslint-plugin": "^6.16.0", |
| 145 | + "@typescript-eslint/parser": "^6.16.0", |
148 | 146 | "chai": "^4.3.7",
|
149 | 147 | "color": "3.0.0",
|
150 | 148 | "colors": "1.1.2",
|
151 | 149 | "cross-env": "5.1.3",
|
152 | 150 | "cz-conventional-changelog": "1.2.0",
|
153 | 151 | "dependency-cruiser": "^9.12.0",
|
154 | 152 | "eslint": "^8.52.0",
|
| 153 | + "eslint-plugin-expect-type": "^0.3.0", |
155 | 154 | "form-data": "^3.0.0",
|
156 | 155 | "fs-extra": "^8.1.0",
|
157 | 156 | "husky": "^4.2.5",
|
|
0 commit comments