Lines Matching +full:js +full:- +full:lint
2 "name": "is-regex",
4 "description": "Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag",
10 "main": "index.js",
12 "prepublishOnly": "safe-publish-latest",
13 "prepublish": "not-in-publish || npm run prepublishOnly",
14 "pretest": "npm run lint",
15 "test": "npm run tests-only && npm run test:harmony",
16 "tests-only": "nyc node test",
17 "test:harmony": "nyc node --harmony --es-staging test",
18 "test:corejs": "nyc tape test-corejs.js",
19 "posttest": "npx aud --production",
20 "lint": "eslint .", string
21 "eccheck": "eclint check *.js **/*.js > /dev/null",
22 "version": "auto-changelog && git add CHANGELOG.md",
23 …"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag …
27 "url": "git://github.com/inspect-js/is-regex.git"
30 "url": "https://github.com/inspect-js/is-regex/issues"
32 "homepage": "https://github.com/inspect-js/is-regex",
42 "call-bind": "^1.0.2",
43 "has-tostringtag": "^1.0.0"
46 "@ljharb/eslint-config": "^17.6.0",
48 "auto-changelog": "^2.3.0",
49 "core-js": "^3.16.0",
54 "safe-publish-latest": "^1.1.4",
58 "files": "test/index.js",
72 "android-browser/4.2"
78 "auto-changelog": {