We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
postlint
1 parent 0c937e7 commit f6daa66Copy full SHA for f6daa66
package.json
@@ -13,6 +13,7 @@
13
"prepublishOnly": "safe-publish-latest",
14
"prepublish": "not-in-publish || npm run prepublishOnly",
15
"lint": "eslint --ext=js,mjs .",
16
+ "postlint": "tsc && attw -P",
17
"pretest": "npm run lint",
18
"tests-only": "nyc tape 'test/**/*.js'",
19
"test": "npm run tests-only",
@@ -41,6 +42,7 @@
41
42
"is-typed-array": "^1.1.13"
43
},
44
"devDependencies": {
45
+ "@arethetypeswrong/cli": "^0.17.1",
46
"@ljharb/eslint-config": "^21.1.1",
47
"@ljharb/tsconfig": "^0.2.2",
48
"@types/call-bind": "^1.0.5",
0 commit comments