Skip to content

Commit 29a72f1

Browse files
committed
[Tests] add attw
1 parent b509518 commit 29a72f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"pretest": "npm run lint",
1717
"prelint": "evalmd README.md",
1818
"lint": "eslint --ext=js,mjs .",
19-
"postlint": "tsc -p .",
19+
"postlint": "tsc && attw -P",
2020
"tests-only": "nyc tape 'test/**/*.js'",
2121
"test": "npm run tests-only",
2222
"posttest": "npx npm@'>= 10.2' audit --production",
@@ -51,6 +51,7 @@
5151
"is-array-buffer": "^3.0.5"
5252
},
5353
"devDependencies": {
54+
"@arethetypeswrong/cli": "^0.17.1",
5455
"@ljharb/eslint-config": "^21.1.1",
5556
"@ljharb/tsconfig": "^0.2.2",
5657
"@types/es-value-fixtures": "^1.4.4",

0 commit comments

Comments
 (0)