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 9fc6971 commit 6d67841Copy full SHA for 6d67841
package.json
@@ -14,7 +14,7 @@
14
"prepublishOnly": "safe-publish-latest",
15
"prepublish": "not-in-publish || npm run prepublishOnly",
16
"lint": "eslint --ext=.js,.mjs .",
17
- "postlint": "tsc -p .",
+ "postlint": "tsc && attw -P",
18
"pretest": "npm run lint",
19
"tests-only": "nyc tape 'test/**/*.js'",
20
"test": "npm run tests-only --",
@@ -44,6 +44,7 @@
44
},
45
"homepage": "https://github.com/inspect-js/is-array-buffer#readme",
46
"devDependencies": {
47
+ "@arethetypeswrong/cli": "^0.17.1",
48
"@ljharb/eslint-config": "^21.1.1",
49
"@ljharb/tsconfig": "^0.2.2",
50
"@types/call-bind": "^1.0.5",
0 commit comments