We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@arethetypeswrong/cli
1 parent f3ae6d1 commit 0b984aaCopy full SHA for 0b984aa
package.json
@@ -16,6 +16,7 @@
16
"pretest": "npm run lint",
17
"prelint": "evalmd README.md",
18
"lint": "eslint --ext=js,mjs .",
19
+ "postlint": "tsc -p . && attw -P",
20
"tests-only": "nyc tape 'test/**/*.js'",
21
"test": "npm run tests-only",
22
"posttest": "aud --production",
@@ -64,6 +65,7 @@
64
65
"is-typed-array": "^1.1.13"
66
},
67
"devDependencies": {
68
+ "@arethetypeswrong/cli": "^0.15.1",
69
"@ljharb/eslint-config": "^21.1.0",
70
"@types/call-bind": "^1.0.5",
71
"@types/for-each": "^0.3.3",
@@ -87,7 +89,7 @@
87
89
"possible-typed-array-names": "^1.0.0",
88
90
"safe-publish-latest": "^2.0.0",
91
"tape": "^5.7.5",
- "typescript": "^5.4.0-dev.20240219"
92
+ "typescript": "next"
93
94
"engines": {
95
"node": ">= 0.4"
0 commit comments