Skip to content

Commit 0ba297a

Browse files
committed
[Tests] use @arethetypeswrong/cli
1 parent 2966419 commit 0ba297a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"prepublishOnly": "safe-publish-latest",
2323
"prepublish": "not-in-publish || npm run prepublishOnly",
2424
"lint": "eslint --ext=.js,.mjs .",
25-
"postlint": "tsc -p .",
25+
"postlint": "tsc -p . && attw -P",
2626
"pretest": "npm run lint",
2727
"tests-only": "nyc tape 'test/**/*.js'",
2828
"test": "npm run tests-only --",
@@ -48,6 +48,7 @@
4848
},
4949
"homepage": "https://github.com/inspect-js/is-shared-array-buffer#readme",
5050
"devDependencies": {
51+
"@arethetypeswrong/cli": "^0.15.1",
5152
"@ljharb/eslint-config": "^21.1.0",
5253
"@ljharb/tsconfig": "^0.2.0",
5354
"@types/call-bind": "^1.0.5",

0 commit comments

Comments
 (0)