We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@arethetypeswrong/cli
1 parent eafa7fa commit ac4bccaCopy full SHA for ac4bcca
package.json
@@ -27,7 +27,7 @@
27
"prepublish": "not-in-publish || npm run prepublishOnly",
28
"prelint": "evalmd README.md",
29
"lint": "eslint --ext=js,mjs .",
30
- "postlint": "tsc -p .",
+ "postlint": "tsc -p . && attw -P",
31
"pretest": "npm run --silent lint",
32
"test": "npm run tests-only && npm run test:harmony",
33
"tests-only": "nyc tape test",
@@ -64,6 +64,7 @@
64
"which-typed-array": "^1.1.15"
65
},
66
"devDependencies": {
67
+ "@arethetypeswrong/cli": "^0.15.1",
68
"@ljharb/eslint-config": "^21.1.0",
69
"@ljharb/tsconfig": "^0.2.0",
70
"@types/for-each": "^0.3.3",
0 commit comments