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.
@pkgjs/support
postlint
1 parent 2cba8e1 commit e2618d2Copy full SHA for e2618d2
package.json
@@ -6,6 +6,7 @@
6
"sideEffects": false,
7
"devDependencies": {
8
"@ljharb/eslint-config": "^21.0.0",
9
+ "@pkgjs/support": "^0.0.6",
10
"aud": "^2.0.0",
11
"auto-changelog": "^2.4.0",
12
"core-js": "^2.6.12",
@@ -28,7 +29,8 @@
28
29
"prepublish": "not-in-publish || npm run prepublishOnly",
30
"prepublishOnly": "safe-publish-latest",
31
"pretest": "npm run lint",
- "lint": "eslint .",
32
+ "lint": "eslint --ext=js,mjs .",
33
+ "postlint": "npx @pkgjs/support validate",
34
"test": "npm run tests-only && npm run test:corejs",
35
"tests-only": "nyc tape 'test/*.js'",
36
"test:corejs": "nyc tape test-core-js.js 'test/*.js'",
0 commit comments