@meteorlxy/eslint-config 4.7.1 → 4.7.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
@@ -1110,6 +1110,7 @@ const reactRules = {
1110
1110
  "react/require-default-props": [
1111
1111
  "error",
1112
1112
  {
1113
+ functions: "ignore",
1113
1114
  forbidDefaultForRequired: true
1114
1115
  }
1115
1116
  ],
package/dist/index.d.cts CHANGED
@@ -880,6 +880,7 @@ declare const reactRules: {
880
880
  'react/prop-types': "off";
881
881
  'react/react-in-jsx-scope': "off";
882
882
  'react/require-default-props': ["error", {
883
+ functions: string;
883
884
  forbidDefaultForRequired: boolean;
884
885
  }];
885
886
  'react/require-optimization': ["off", {
package/dist/index.d.mts CHANGED
@@ -880,6 +880,7 @@ declare const reactRules: {
880
880
  'react/prop-types': "off";
881
881
  'react/react-in-jsx-scope': "off";
882
882
  'react/require-default-props': ["error", {
883
+ functions: string;
883
884
  forbidDefaultForRequired: boolean;
884
885
  }];
885
886
  'react/require-optimization': ["off", {
package/dist/index.d.ts CHANGED
@@ -880,6 +880,7 @@ declare const reactRules: {
880
880
  'react/prop-types': "off";
881
881
  'react/react-in-jsx-scope': "off";
882
882
  'react/require-default-props': ["error", {
883
+ functions: string;
883
884
  forbidDefaultForRequired: boolean;
884
885
  }];
885
886
  'react/require-optimization': ["off", {
package/dist/index.mjs CHANGED
@@ -1098,6 +1098,7 @@ const reactRules = {
1098
1098
  "react/require-default-props": [
1099
1099
  "error",
1100
1100
  {
1101
+ functions: "ignore",
1101
1102
  forbidDefaultForRequired: true
1102
1103
  }
1103
1104
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meteorlxy/eslint-config",
3
- "version": "4.7.1",
3
+ "version": "4.7.2",
4
4
  "description": "meteorlxy eslint config",
5
5
  "keywords": [
6
6
  "config",
@@ -32,9 +32,9 @@
32
32
  "clean": "rimraf ./dist"
33
33
  },
34
34
  "dependencies": {
35
- "@typescript-eslint/eslint-plugin": "^8.10.0",
36
- "@typescript-eslint/parser": "^8.10.0",
37
- "@typescript-eslint/utils": "^8.10.0",
35
+ "@typescript-eslint/eslint-plugin": "^8.12.2",
36
+ "@typescript-eslint/parser": "^8.12.2",
37
+ "@typescript-eslint/utils": "^8.12.2",
38
38
  "confusing-browser-globals": "^1.0.11",
39
39
  "eslint-config-prettier": "^9.1.0",
40
40
  "eslint-plugin-eslint-comments": "^3.2.0",
@@ -46,10 +46,10 @@
46
46
  "@types/confusing-browser-globals": "^1.0.3",
47
47
  "@types/eslint": "^9.6.1",
48
48
  "eslint": "^9.13.0",
49
- "eslint-plugin-react": "^7.37.1",
49
+ "eslint-plugin-react": "^7.37.2",
50
50
  "eslint-plugin-react-hooks": "^5.1.0-rc-f9ebd85a-20240925",
51
- "eslint-plugin-react-refresh": "^0.4.13",
52
- "eslint-plugin-vue": "^9.29.1",
51
+ "eslint-plugin-react-refresh": "^0.4.14",
52
+ "eslint-plugin-vue": "^9.30.0",
53
53
  "vue-eslint-parser": "^9.4.3"
54
54
  },
55
55
  "peerDependencies": {
@@ -79,5 +79,5 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "gitHead": "2a835e96296effb0355e2be872b085592ce7e6dc"
82
+ "gitHead": "88618a11693a0af1561dd9b1b8e20b5cbb34b457"
83
83
  }