@alextheman/eslint-plugin 5.8.1 → 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 +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -4929,7 +4929,7 @@ 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",
|
|
@@ -5518,7 +5518,7 @@ var rules_default = {
|
|
|
5518
5518
|
//#endregion
|
|
5519
5519
|
//#region package.json
|
|
5520
5520
|
var name = "@alextheman/eslint-plugin";
|
|
5521
|
-
var version = "5.8.
|
|
5521
|
+
var version = "5.8.2";
|
|
5522
5522
|
|
|
5523
5523
|
//#endregion
|
|
5524
5524
|
//#region src/alexPlugin.ts
|
package/dist/index.js
CHANGED
|
@@ -4913,7 +4913,7 @@ 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",
|
|
@@ -5502,7 +5502,7 @@ var rules_default = {
|
|
|
5502
5502
|
//#endregion
|
|
5503
5503
|
//#region package.json
|
|
5504
5504
|
var name = "@alextheman/eslint-plugin";
|
|
5505
|
-
var version = "5.8.
|
|
5505
|
+
var version = "5.8.2";
|
|
5506
5506
|
|
|
5507
5507
|
//#endregion
|
|
5508
5508
|
//#region src/alexPlugin.ts
|