@form8ion/eslint-config 7.0.14 → 7.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +11 -7
package/README.md CHANGED
@@ -135,7 +135,7 @@ $ npm test
135
135
 
136
136
  [license-link]: LICENSE
137
137
 
138
- [license-badge]: https://img.shields.io/github/license/form8ion/eslint-config.svg
138
+ [license-badge]: https://img.shields.io/github/license/form8ion/eslint-config.svg?logo=opensourceinitiative
139
139
 
140
140
  [commit-convention-link]: https://conventionalcommits.org
141
141
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@form8ion/eslint-config",
3
3
  "description": "shareable configuration for ESLint",
4
4
  "license": "MIT",
5
- "version": "7.0.14",
5
+ "version": "7.0.15",
6
6
  "engines": {
7
7
  "node": "^18.17 || >=20.6.1"
8
8
  },
@@ -13,14 +13,16 @@
13
13
  "sideEffects": false,
14
14
  "scripts": {
15
15
  "test": "npm-run-all --print-label --parallel lint:*",
16
+ "lint:engines": "ls-engines",
16
17
  "lint:js": "eslint .",
18
+ "lint:js:fix": "run-s 'lint:js -- --fix'",
19
+ "lint:lockfile": "lockfile-lint",
17
20
  "lint:md": "remark . --frail",
18
- "lint:sensitive": "ban",
19
21
  "lint:peer": "npm ls >/dev/null",
20
- "lint:engines": "ls-engines",
22
+ "lint:publish": "publint --strict",
23
+ "lint:sensitive": "ban",
21
24
  "generate:md": "remark . --output",
22
- "prepare": "husky install",
23
- "lint:publish": "publint --strict"
25
+ "prepare": "husky"
24
26
  },
25
27
  "files": [
26
28
  "index.js"
@@ -29,20 +31,22 @@
29
31
  "access": "public",
30
32
  "provenance": true
31
33
  },
34
+ "packageManager": "npm@11.13.0+sha512.7119a16a0843580d65160977520e3f5710c974f04afd4fad36d9eb97d917ba716a856c35c78c4be6dc64367eeaccfb957ef5ce997ca31e9330b2e936ba2b1b92",
32
35
  "dependencies": {
33
36
  "eslint": "8.57.1",
34
37
  "eslint-config-airbnb-base": "15.0.0",
35
- "eslint-plugin-anti-trojan-source": "1.1.2",
38
+ "eslint-plugin-anti-trojan-source": "1.1.3",
36
39
  "eslint-plugin-eslint-comments": "3.2.0",
37
40
  "eslint-plugin-filenames": "1.3.2",
38
41
  "eslint-plugin-import": "2.32.0"
39
42
  },
40
43
  "devDependencies": {
41
- "@form8ion/commitlint-config": "2.0.8",
44
+ "@form8ion/commitlint-config": "2.0.12",
42
45
  "@form8ion/remark-lint-preset": "6.0.7",
43
46
  "ban-sensitive-files": "1.10.11",
44
47
  "cz-conventional-changelog": "3.3.0",
45
48
  "husky": "9.1.7",
49
+ "lockfile-lint": "5.0.0",
46
50
  "ls-engines": "0.9.4",
47
51
  "npm-run-all2": "8.0.4",
48
52
  "publint": "0.3.18",