Skip to content

Commit

Permalink
[Tests] add @pkgjs/support to postlint
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 22, 2022
1 parent 2cba8e1 commit e2618d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"sideEffects": false,
"devDependencies": {
"@ljharb/eslint-config": "^21.0.0",
"@pkgjs/support": "^0.0.6",
"aud": "^2.0.0",
"auto-changelog": "^2.4.0",
"core-js": "^2.6.12",
Expand All @@ -28,7 +29,8 @@
"prepublish": "not-in-publish || npm run prepublishOnly",
"prepublishOnly": "safe-publish-latest",
"pretest": "npm run lint",
"lint": "eslint .",
"lint": "eslint --ext=js,mjs .",
"postlint": "npx @pkgjs/support validate",
"test": "npm run tests-only && npm run test:corejs",
"tests-only": "nyc tape 'test/*.js'",
"test:corejs": "nyc tape test-core-js.js 'test/*.js'",
Expand Down

0 comments on commit e2618d2

Please sign in to comment.