@meteorlxy/eslint-config 4.2.1 → 4.2.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 CHANGED
@@ -1319,6 +1319,8 @@ const typescriptRules = {
1319
1319
  "@typescript-eslint/no-import-type-side-effects": "error",
1320
1320
  "@typescript-eslint/no-invalid-this": "off",
1321
1321
  // checked by typescript
1322
+ "@typescript-eslint/no-invalid-void-type": "off",
1323
+ // @see https://github.com/typescript-eslint/typescript-eslint/issues/8113
1322
1324
  "@typescript-eslint/no-redeclare": "off",
1323
1325
  // checked by typescript
1324
1326
  "@typescript-eslint/no-require-imports": ["error", { allow: [] }],
package/dist/index.d.cts CHANGED
@@ -1052,6 +1052,7 @@ declare const typescriptRules: {
1052
1052
  '@typescript-eslint/no-empty-interface': "off";
1053
1053
  '@typescript-eslint/no-import-type-side-effects': "error";
1054
1054
  '@typescript-eslint/no-invalid-this': "off";
1055
+ '@typescript-eslint/no-invalid-void-type': "off";
1055
1056
  '@typescript-eslint/no-redeclare': "off";
1056
1057
  '@typescript-eslint/no-require-imports': ["error", {
1057
1058
  allow: never[];
package/dist/index.d.mts CHANGED
@@ -1052,6 +1052,7 @@ declare const typescriptRules: {
1052
1052
  '@typescript-eslint/no-empty-interface': "off";
1053
1053
  '@typescript-eslint/no-import-type-side-effects': "error";
1054
1054
  '@typescript-eslint/no-invalid-this': "off";
1055
+ '@typescript-eslint/no-invalid-void-type': "off";
1055
1056
  '@typescript-eslint/no-redeclare': "off";
1056
1057
  '@typescript-eslint/no-require-imports': ["error", {
1057
1058
  allow: never[];
package/dist/index.d.ts CHANGED
@@ -1052,6 +1052,7 @@ declare const typescriptRules: {
1052
1052
  '@typescript-eslint/no-empty-interface': "off";
1053
1053
  '@typescript-eslint/no-import-type-side-effects': "error";
1054
1054
  '@typescript-eslint/no-invalid-this': "off";
1055
+ '@typescript-eslint/no-invalid-void-type': "off";
1055
1056
  '@typescript-eslint/no-redeclare': "off";
1056
1057
  '@typescript-eslint/no-require-imports': ["error", {
1057
1058
  allow: never[];
package/dist/index.mjs CHANGED
@@ -1307,6 +1307,8 @@ const typescriptRules = {
1307
1307
  "@typescript-eslint/no-import-type-side-effects": "error",
1308
1308
  "@typescript-eslint/no-invalid-this": "off",
1309
1309
  // checked by typescript
1310
+ "@typescript-eslint/no-invalid-void-type": "off",
1311
+ // @see https://github.com/typescript-eslint/typescript-eslint/issues/8113
1310
1312
  "@typescript-eslint/no-redeclare": "off",
1311
1313
  // checked by typescript
1312
1314
  "@typescript-eslint/no-require-imports": ["error", { allow: [] }],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meteorlxy/eslint-config",
3
- "version": "4.2.1",
3
+ "version": "4.2.2",
4
4
  "description": "meteorlxy eslint config",
5
5
  "keywords": [
6
6
  "config",
@@ -79,5 +79,5 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "gitHead": "3b14d1c2e0f91eb9b71eaf6c6fcd044d3b283ab4"
82
+ "gitHead": "981f3bdeae7b3eda356da94e272bb3c2d09f8669"
83
83
  }