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 e0b419e commit abf28faCopy full SHA for abf28fa
package.json
@@ -16,7 +16,7 @@
16
"pretest": "npm run lint",
17
"prelint": "evalmd README.md",
18
"lint": "eslint --ext=js,mjs .",
19
- "postlint": "tsc -p .",
+ "postlint": "tsc -p . && attw -P",
20
"tests-only": "nyc tape 'test/**/*.js'",
21
"test": "npm run tests-only",
22
"posttest": "aud --production",
@@ -64,6 +64,7 @@
64
"is-typed-array": "^1.1.13"
65
},
66
"devDependencies": {
67
+ "@arethetypeswrong/cli": "^0.15.1",
68
"@ljharb/eslint-config": "^21.1.0",
69
"@types/call-bind": "^1.0.5",
70
"@types/for-each": "^0.3.3",
0 commit comments