We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@arethetypeswrong/cli
1 parent 2966419 commit 0ba297aCopy full SHA for 0ba297a
package.json
@@ -22,7 +22,7 @@
22
"prepublishOnly": "safe-publish-latest",
23
"prepublish": "not-in-publish || npm run prepublishOnly",
24
"lint": "eslint --ext=.js,.mjs .",
25
- "postlint": "tsc -p .",
+ "postlint": "tsc -p . && attw -P",
26
"pretest": "npm run lint",
27
"tests-only": "nyc tape 'test/**/*.js'",
28
"test": "npm run tests-only --",
@@ -48,6 +48,7 @@
48
},
49
"homepage": "https://github.com/inspect-js/is-shared-array-buffer#readme",
50
"devDependencies": {
51
+ "@arethetypeswrong/cli": "^0.15.1",
52
"@ljharb/eslint-config": "^21.1.0",
53
"@ljharb/tsconfig": "^0.2.0",
54
"@types/call-bind": "^1.0.5",
0 commit comments