Lines Matching +full:js +full:- +full:lint
2 "name": "call-bind",
5 "main": "index.js",
9 "default": "./index.js"
11 "./index.js"
15 "default": "./callBound.js"
17 "./callBound.js"
22 "prepublish": "safe-publish-latest",
23 "lint": "eslint --ext=.js,.mjs .", string
24 "pretest": "npm run lint",
25 "tests-only": "nyc tape 'test/*'",
26 "test": "npm run tests-only",
27 "posttest": "aud --production",
28 "version": "auto-changelog && git add CHANGELOG.md",
29 …"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag …
33 "url": "git+https://github.com/ljharb/call-bind.git"
39 "js",
45 "call-bind",
46 "call-bound",
48 "es-abstract"
56 "url": "https://github.com/ljharb/call-bind/issues"
58 "homepage": "https://github.com/ljharb/call-bind#readme",
60 "@ljharb/eslint-config": "^17.3.0",
62 "auto-changelog": "^2.2.1",
65 "safe-publish-latest": "^1.1.4",
69 "function-bind": "^1.1.1",
70 "get-intrinsic": "^1.0.2"
72 "auto-changelog": {