@meteorlxy/eslint-config 4.7.1 → 4.7.3

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
@@ -768,6 +768,7 @@ const importsRules = {
768
768
  "prettier",
769
769
  "rollup",
770
770
  "stylelint",
771
+ "tailwind",
771
772
  "taze",
772
773
  "tsup",
773
774
  "vite",
@@ -1110,6 +1111,7 @@ const reactRules = {
1110
1111
  "react/require-default-props": [
1111
1112
  "error",
1112
1113
  {
1114
+ functions: "ignore",
1113
1115
  forbidDefaultForRequired: true
1114
1116
  }
1115
1117
  ],
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
@@ -756,6 +756,7 @@ const importsRules = {
756
756
  "prettier",
757
757
  "rollup",
758
758
  "stylelint",
759
+ "tailwind",
759
760
  "taze",
760
761
  "tsup",
761
762
  "vite",
@@ -1098,6 +1099,7 @@ const reactRules = {
1098
1099
  "react/require-default-props": [
1099
1100
  "error",
1100
1101
  {
1102
+ functions: "ignore",
1101
1103
  forbidDefaultForRequired: true
1102
1104
  }
1103
1105
  ],
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.3",
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": "f9240ecd12f93a9fd6c18ed970a1e46ce5430234"
83
83
  }