@alextheman/eslint-plugin 5.8.0 → 5.8.2
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 +4 -3
- package/dist/index.js +4 -3
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -4929,13 +4929,14 @@ function internalTypeScript(plugin) {
|
|
|
4929
4929
|
"@typescript-eslint": typescript_eslint.default.plugin
|
|
4930
4930
|
},
|
|
4931
4931
|
rules: {
|
|
4932
|
-
"@alextheman/standardise-error-messages": "
|
|
4932
|
+
"@alextheman/standardise-error-messages": "off",
|
|
4933
4933
|
"@typescript-eslint/array-type": ["error", { default: "array" }],
|
|
4934
4934
|
"@typescript-eslint/consistent-type-assertions": ["error", { assertionStyle: "as" }],
|
|
4935
4935
|
"@typescript-eslint/consistent-type-definitions": "error",
|
|
4936
4936
|
"@typescript-eslint/dot-notation": "error",
|
|
4937
4937
|
"@typescript-eslint/method-signature-style": ["error", "property"],
|
|
4938
|
-
"@typescript-eslint/no-explicit-any": "off"
|
|
4938
|
+
"@typescript-eslint/no-explicit-any": "off",
|
|
4939
|
+
"@typescript-eslint/no-redeclare": "off"
|
|
4939
4940
|
}
|
|
4940
4941
|
}];
|
|
4941
4942
|
}
|
|
@@ -5517,7 +5518,7 @@ var rules_default = {
|
|
|
5517
5518
|
//#endregion
|
|
5518
5519
|
//#region package.json
|
|
5519
5520
|
var name = "@alextheman/eslint-plugin";
|
|
5520
|
-
var version = "5.8.
|
|
5521
|
+
var version = "5.8.2";
|
|
5521
5522
|
|
|
5522
5523
|
//#endregion
|
|
5523
5524
|
//#region src/alexPlugin.ts
|
package/dist/index.js
CHANGED
|
@@ -4913,13 +4913,14 @@ function internalTypeScript(plugin) {
|
|
|
4913
4913
|
"@typescript-eslint": tseslint.plugin
|
|
4914
4914
|
},
|
|
4915
4915
|
rules: {
|
|
4916
|
-
"@alextheman/standardise-error-messages": "
|
|
4916
|
+
"@alextheman/standardise-error-messages": "off",
|
|
4917
4917
|
"@typescript-eslint/array-type": ["error", { default: "array" }],
|
|
4918
4918
|
"@typescript-eslint/consistent-type-assertions": ["error", { assertionStyle: "as" }],
|
|
4919
4919
|
"@typescript-eslint/consistent-type-definitions": "error",
|
|
4920
4920
|
"@typescript-eslint/dot-notation": "error",
|
|
4921
4921
|
"@typescript-eslint/method-signature-style": ["error", "property"],
|
|
4922
|
-
"@typescript-eslint/no-explicit-any": "off"
|
|
4922
|
+
"@typescript-eslint/no-explicit-any": "off",
|
|
4923
|
+
"@typescript-eslint/no-redeclare": "off"
|
|
4923
4924
|
}
|
|
4924
4925
|
}];
|
|
4925
4926
|
}
|
|
@@ -5501,7 +5502,7 @@ var rules_default = {
|
|
|
5501
5502
|
//#endregion
|
|
5502
5503
|
//#region package.json
|
|
5503
5504
|
var name = "@alextheman/eslint-plugin";
|
|
5504
|
-
var version = "5.8.
|
|
5505
|
+
var version = "5.8.2";
|
|
5505
5506
|
|
|
5506
5507
|
//#endregion
|
|
5507
5508
|
//#region src/alexPlugin.ts
|