@alextheman/eslint-plugin 5.4.1 → 5.4.3
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.
- package/LICENSE +2 -2
- package/dist/index.cjs +929 -304
- package/dist/index.js +929 -304
- package/package.json +27 -24
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alextheman/eslint-plugin",
|
|
3
|
-
"version": "5.4.
|
|
4
|
-
"description": "A package to provide custom ESLint rules and configs",
|
|
3
|
+
"version": "5.4.3",
|
|
4
|
+
"description": "A package to provide custom ESLint rules and configs.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "git+https://github.com/
|
|
7
|
+
"url": "git+https://github.com/alextheman231/eslint-plugin.git"
|
|
8
8
|
},
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"author": "alextheman",
|
|
@@ -29,48 +29,48 @@
|
|
|
29
29
|
"dist"
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@alextheman/utility": "^4.
|
|
33
|
-
"@typescript-eslint/utils": "^8.
|
|
32
|
+
"@alextheman/utility": "^4.6.0",
|
|
33
|
+
"@typescript-eslint/utils": "^8.53.0",
|
|
34
34
|
"common-tags": "^1.8.2",
|
|
35
|
-
"zod": "^4.
|
|
35
|
+
"zod": "^4.3.5"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@eslint/js": "^9.39.2",
|
|
39
39
|
"@types/common-tags": "^1.8.4",
|
|
40
40
|
"@types/eslint": "^9.6.1",
|
|
41
41
|
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
|
|
42
|
-
"@types/node": "^25.0.
|
|
43
|
-
"@typescript-eslint/rule-tester": "^8.
|
|
44
|
-
"@typescript-eslint/types": "^8.
|
|
45
|
-
"alex-c-line": "^1.
|
|
42
|
+
"@types/node": "^25.0.9",
|
|
43
|
+
"@typescript-eslint/rule-tester": "^8.53.0",
|
|
44
|
+
"@typescript-eslint/types": "^8.53.0",
|
|
45
|
+
"alex-c-line": "^1.19.1",
|
|
46
46
|
"dotenv-cli": "^11.0.0",
|
|
47
47
|
"eslint": "^9.39.2",
|
|
48
48
|
"eslint-config-prettier": "^10.1.8",
|
|
49
49
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
50
50
|
"eslint-plugin-import": "^2.32.0",
|
|
51
|
-
"eslint-plugin-jsdoc": "^
|
|
51
|
+
"eslint-plugin-jsdoc": "^62.0.0",
|
|
52
52
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
53
|
-
"eslint-plugin-n": "^17.23.
|
|
54
|
-
"eslint-plugin-package-json": "^0.
|
|
55
|
-
"eslint-plugin-perfectionist": "^5.1
|
|
56
|
-
"eslint-plugin-prettier": "^5.5.
|
|
53
|
+
"eslint-plugin-n": "^17.23.2",
|
|
54
|
+
"eslint-plugin-package-json": "^0.88.1",
|
|
55
|
+
"eslint-plugin-perfectionist": "^5.3.1",
|
|
56
|
+
"eslint-plugin-prettier": "^5.5.5",
|
|
57
57
|
"eslint-plugin-react": "^7.37.5",
|
|
58
58
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
59
59
|
"eslint-plugin-react-refresh": "^0.4.26",
|
|
60
60
|
"eslint-vitest-rule-tester": "^3.0.1",
|
|
61
|
-
"globals": "^
|
|
61
|
+
"globals": "^17.0.0",
|
|
62
62
|
"husky": "^9.1.7",
|
|
63
63
|
"jsdom": "^27.4.0",
|
|
64
|
-
"prettier": "^3.
|
|
65
|
-
"tsdown": "^0.18.
|
|
64
|
+
"prettier": "^3.8.0",
|
|
65
|
+
"tsdown": "^0.18.4",
|
|
66
66
|
"tsx": "^4.21.0",
|
|
67
|
-
"typedoc": "^0.28.
|
|
67
|
+
"typedoc": "^0.28.16",
|
|
68
68
|
"typedoc-plugin-markdown": "^4.9.0",
|
|
69
69
|
"typedoc-rhineai-theme": "^1.2.0",
|
|
70
70
|
"typescript": "^5.9.3",
|
|
71
|
-
"typescript-eslint": "^8.
|
|
72
|
-
"vite-tsconfig-paths": "^6.0.
|
|
73
|
-
"vitest": "^4.0.
|
|
71
|
+
"typescript-eslint": "^8.53.0",
|
|
72
|
+
"vite-tsconfig-paths": "^6.0.4",
|
|
73
|
+
"vitest": "^4.0.17"
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
76
76
|
"@eslint/js": ">=9.0.0",
|
|
@@ -104,16 +104,19 @@
|
|
|
104
104
|
"format": "pnpm run format-prettier && pnpm run format-eslint",
|
|
105
105
|
"format-and-build": "tsx src/utility/checkConfigChanges.ts || pnpm run build && pnpm run format",
|
|
106
106
|
"format-eslint": "eslint --fix --suppress-all \"src/**/*.ts\" \"tests/**/*.ts\" \"package.json\" && rm -f eslint-suppressions.json",
|
|
107
|
-
"format-prettier": "pnpm run format-prettier-typescript && pnpm run format-prettier-javascript",
|
|
107
|
+
"format-prettier": "pnpm run format-prettier-typescript && pnpm run format-prettier-javascript && pnpm run format-prettier-yml",
|
|
108
108
|
"format-prettier-javascript": "prettier --write \"./**/*.js\"",
|
|
109
109
|
"format-prettier-typescript": "prettier --write --parser typescript \"./**/*.ts\"",
|
|
110
|
+
"format-prettier-yml": "prettier --write \"./**/*.yml\"",
|
|
110
111
|
"lint": "pnpm run lint-tsc && pnpm run lint-eslint && pnpm run lint-prettier",
|
|
111
112
|
"lint-and-build": "tsx src/utility/checkConfigChanges.ts || pnpm run build && pnpm run lint",
|
|
112
113
|
"lint-eslint": "eslint \"src/**/*.ts\" \"tests/**/*.ts\" \"package.json\"",
|
|
113
|
-
"lint-prettier": "pnpm run lint-prettier-typescript && pnpm run lint-prettier-javascript",
|
|
114
|
+
"lint-prettier": "pnpm run lint-prettier-typescript && pnpm run lint-prettier-javascript && pnpm run lint-prettier-yml",
|
|
114
115
|
"lint-prettier-javascript": "prettier --check \"./**/*.js\"",
|
|
115
116
|
"lint-prettier-typescript": "prettier --check --parser typescript \"./**/*.ts\"",
|
|
117
|
+
"lint-prettier-yml": "prettier --check \"./**/*.{yml,yaml}\"",
|
|
116
118
|
"lint-tsc": "tsc --noEmit",
|
|
119
|
+
"pre-commit": "alex-c-line pre-commit-2",
|
|
117
120
|
"prepare-live-utility": "pnpm uninstall @alextheman/utility && pnpm install @alextheman/utility",
|
|
118
121
|
"prepare-local-utility": "dotenv -e .env -- sh -c 'UTILITY_PATH=${LOCAL_UTILITY_PATH:-../utility}; pnpm --dir \"$UTILITY_PATH\" run build && pnpm uninstall @alextheman/utility && pnpm install file:\"$UTILITY_PATH\"'",
|
|
119
122
|
"test": "vitest run",
|