Lines Matching +full:js +full:- +full:lint
2 "name": "has-proto",
5 "main": "index.js",
7 ".": "./index.js",
11 "prepack": "npmignore --auto --commentLines=autogenerated",
12 "prepublishOnly": "safe-publish-latest",
13 "prepublish": "not-in-publish || npm run prepublishOnly",
14 "lint": "eslint --ext=js,mjs .", string
15 "pretest": "npm run lint",
16 "tests-only": "tape 'test/**/*.js'",
17 "test": "npm run tests-only",
18 "posttest": "aud --production",
19 "version": "auto-changelog && git add CHANGELOG.md",
20 …"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag …
24 "url": "git+https://github.com/inspect-js/has-proto.git"
42 "url": "https://github.com/inspect-js/has-proto/issues"
44 "homepage": "https://github.com/inspect-js/has-proto#readme",
46 "files": "test/index.js"
49 "@ljharb/eslint-config": "^21.0.0",
51 "auto-changelog": "^2.4.0",
53 "in-publish": "^2.0.1",
55 "safe-publish-latest": "^2.0.0",
61 "auto-changelog": {