Skip to content

Commit f6daa66

Browse files
committed
[Tests] add attw and postlint
1 parent 0c937e7 commit f6daa66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: package.json

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"prepublishOnly": "safe-publish-latest",
1414
"prepublish": "not-in-publish || npm run prepublishOnly",
1515
"lint": "eslint --ext=js,mjs .",
16+
"postlint": "tsc && attw -P",
1617
"pretest": "npm run lint",
1718
"tests-only": "nyc tape 'test/**/*.js'",
1819
"test": "npm run tests-only",
@@ -41,6 +42,7 @@
4142
"is-typed-array": "^1.1.13"
4243
},
4344
"devDependencies": {
45+
"@arethetypeswrong/cli": "^0.17.1",
4446
"@ljharb/eslint-config": "^21.1.1",
4547
"@ljharb/tsconfig": "^0.2.2",
4648
"@types/call-bind": "^1.0.5",

0 commit comments

Comments
 (0)