Skip to content

Commit

Permalink
[Tests] use @arethetypeswrong/cli
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 11, 2024
1 parent 2966419 commit 0ba297a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"prepublishOnly": "safe-publish-latest",
"prepublish": "not-in-publish || npm run prepublishOnly",
"lint": "eslint --ext=.js,.mjs .",
"postlint": "tsc -p .",
"postlint": "tsc -p . && attw -P",
"pretest": "npm run lint",
"tests-only": "nyc tape 'test/**/*.js'",
"test": "npm run tests-only --",
Expand All @@ -48,6 +48,7 @@
},
"homepage": "https://github.com/inspect-js/is-shared-array-buffer#readme",
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.1",
"@ljharb/eslint-config": "^21.1.0",
"@ljharb/tsconfig": "^0.2.0",
"@types/call-bind": "^1.0.5",
Expand Down

0 comments on commit 0ba297a

Please sign in to comment.