We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b509518 commit 29a72f1Copy full SHA for 29a72f1
package.json
@@ -16,7 +16,7 @@
16
"pretest": "npm run lint",
17
"prelint": "evalmd README.md",
18
"lint": "eslint --ext=js,mjs .",
19
- "postlint": "tsc -p .",
+ "postlint": "tsc && attw -P",
20
"tests-only": "nyc tape 'test/**/*.js'",
21
"test": "npm run tests-only",
22
"posttest": "npx npm@'>= 10.2' audit --production",
@@ -51,6 +51,7 @@
51
"is-array-buffer": "^3.0.5"
52
},
53
"devDependencies": {
54
+ "@arethetypeswrong/cli": "^0.17.1",
55
"@ljharb/eslint-config": "^21.1.1",
56
"@ljharb/tsconfig": "^0.2.2",
57
"@types/es-value-fixtures": "^1.4.4",
0 commit comments