Lines Matching +full:js +full:- +full:lint
5 "main": "index.js",
7 "@ljharb/eslint-config": "^21.0.1",
9 "auto-changelog": "^2.4.0",
11 "in-publish": "^2.0.1",
14 "safe-publish-latest": "^2.0.0",
18 "prepack": "npmignore --auto --commentLines=auto",
19 "prepublishOnly": "safe-publish-latest",
20 "prepublish": "not-in-publish || npm run prepublishOnly",
21 "lint": "eslint --ext=js,mjs .", string
22 "pretest": "npm run lint",
23 "tests-only": "nyc tape 'test/**/*.js'",
24 "test": "npm run tests-only",
25 "posttest": "aud --production",
26 "version": "auto-changelog && git add CHANGELOG.md",
27 …"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag …
30 "files": "test/*.js",
62 "auto-changelog": {