@alextheman/eslint-plugin 5.6.0 → 5.6.1
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/dist/index.cjs +2 -2
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -5001,7 +5001,7 @@ function internalUtility(plugin) {
|
|
|
5001
5001
|
return [...combinedTypeScriptPackage(plugin), {
|
|
5002
5002
|
name: "@alextheman/internal/utility",
|
|
5003
5003
|
plugins: {
|
|
5004
|
-
"@typescript-eslint": typescript_eslint.default.plugin,
|
|
5004
|
+
"@typescript-eslint": (0, _eslint_compat.fixupPluginRules)(typescript_eslint.default.plugin),
|
|
5005
5005
|
jsdoc: eslint_plugin_jsdoc.default
|
|
5006
5006
|
},
|
|
5007
5007
|
rules: {
|
|
@@ -5477,7 +5477,7 @@ var rules_default = {
|
|
|
5477
5477
|
//#endregion
|
|
5478
5478
|
//#region package.json
|
|
5479
5479
|
var name = "@alextheman/eslint-plugin";
|
|
5480
|
-
var version = "5.6.
|
|
5480
|
+
var version = "5.6.1";
|
|
5481
5481
|
|
|
5482
5482
|
//#endregion
|
|
5483
5483
|
//#region src/alexPlugin.ts
|
package/dist/index.js
CHANGED
|
@@ -4985,7 +4985,7 @@ function internalUtility(plugin) {
|
|
|
4985
4985
|
return [...combinedTypeScriptPackage(plugin), {
|
|
4986
4986
|
name: "@alextheman/internal/utility",
|
|
4987
4987
|
plugins: {
|
|
4988
|
-
"@typescript-eslint": tseslint.plugin,
|
|
4988
|
+
"@typescript-eslint": fixupPluginRules(tseslint.plugin),
|
|
4989
4989
|
jsdoc
|
|
4990
4990
|
},
|
|
4991
4991
|
rules: {
|
|
@@ -5461,7 +5461,7 @@ var rules_default = {
|
|
|
5461
5461
|
//#endregion
|
|
5462
5462
|
//#region package.json
|
|
5463
5463
|
var name = "@alextheman/eslint-plugin";
|
|
5464
|
-
var version = "5.6.
|
|
5464
|
+
var version = "5.6.1";
|
|
5465
5465
|
|
|
5466
5466
|
//#endregion
|
|
5467
5467
|
//#region src/alexPlugin.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alextheman/eslint-plugin",
|
|
3
|
-
"version": "5.6.
|
|
3
|
+
"version": "5.6.1",
|
|
4
4
|
"description": "A package to provide custom ESLint rules and configs.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@alextheman/utility": "^4.13.0",
|
|
33
33
|
"@eslint/compat": "^2.0.2",
|
|
34
|
+
"@typescript-eslint/types": "^8.54.0",
|
|
34
35
|
"@typescript-eslint/utils": "^8.54.0",
|
|
35
36
|
"common-tags": "^1.8.2",
|
|
36
37
|
"zod": "^4.3.6"
|
|
@@ -42,7 +43,6 @@
|
|
|
42
43
|
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
|
|
43
44
|
"@types/node": "^25.2.1",
|
|
44
45
|
"@typescript-eslint/rule-tester": "^8.54.0",
|
|
45
|
-
"@typescript-eslint/types": "^8.54.0",
|
|
46
46
|
"alex-c-line": "^1.23.1",
|
|
47
47
|
"dotenv-cli": "^11.0.0",
|
|
48
48
|
"eslint": "^10.0.0",
|