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 eafa7fa commit ac4bcca
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 @@ -27,7 +27,7 @@
"prepublish": "not-in-publish || npm run prepublishOnly",
"prelint": "evalmd README.md",
"lint": "eslint --ext=js,mjs .",
"postlint": "tsc -p .",
"postlint": "tsc -p . && attw -P",
"pretest": "npm run --silent lint",
"test": "npm run tests-only && npm run test:harmony",
"tests-only": "nyc tape test",
Expand Down Expand Up @@ -64,6 +64,7 @@
"which-typed-array": "^1.1.15"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.1",
"@ljharb/eslint-config": "^21.1.0",
"@ljharb/tsconfig": "^0.2.0",
"@types/for-each": "^0.3.3",
Expand Down

0 comments on commit ac4bcca

Please sign in to comment.