@eslint-react/eslint-plugin 1.12.0 → 1.12.1-next.0

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.d.mts CHANGED
@@ -1043,6 +1043,9 @@ declare const _default: {
1043
1043
  readonly "debug/is-from-react": _typescript_eslint_utils_ts_eslint.RuleModule<"isFromReact", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
1044
1044
  readonly "debug/react-hooks": _typescript_eslint_utils_ts_eslint.RuleModule<"reactHooks", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
1045
1045
  readonly "naming-convention/component-name": _typescript_eslint_utils_ts_eslint.RuleModule<"componentName", readonly [{
1046
+ allowAllCaps?: boolean;
1047
+ allowLeadingUnderscore?: boolean;
1048
+ allowNamespace?: boolean;
1046
1049
  excepts?: readonly string[];
1047
1050
  rule?: "CONSTANT_CASE" | "PascalCase";
1048
1051
  } | "CONSTANT_CASE" | "PascalCase" | undefined], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
package/dist/index.d.ts CHANGED
@@ -1043,6 +1043,9 @@ declare const _default: {
1043
1043
  readonly "debug/is-from-react": _typescript_eslint_utils_ts_eslint.RuleModule<"isFromReact", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
1044
1044
  readonly "debug/react-hooks": _typescript_eslint_utils_ts_eslint.RuleModule<"reactHooks", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
1045
1045
  readonly "naming-convention/component-name": _typescript_eslint_utils_ts_eslint.RuleModule<"componentName", readonly [{
1046
+ allowAllCaps?: boolean;
1047
+ allowLeadingUnderscore?: boolean;
1048
+ allowNamespace?: boolean;
1046
1049
  excepts?: readonly string[];
1047
1050
  rule?: "CONSTANT_CASE" | "PascalCase";
1048
1051
  } | "CONSTANT_CASE" | "PascalCase" | undefined], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
package/dist/index.js CHANGED
@@ -38,7 +38,7 @@ var react__namespace = /*#__PURE__*/_interopNamespace(react);
38
38
 
39
39
  // package.json
40
40
  var name = "@eslint-react/eslint-plugin";
41
- var version = "1.12.0";
41
+ var version = "1.12.1-next.0";
42
42
  function transformKeys(obj, transform) {
43
43
  if (tools.typeOf(obj) !== "object") return obj;
44
44
  const res = {};
package/dist/index.mjs CHANGED
@@ -11,7 +11,7 @@ import * as react from 'eslint-plugin-react-x';
11
11
 
12
12
  // package.json
13
13
  var name = "@eslint-react/eslint-plugin";
14
- var version = "1.12.0";
14
+ var version = "1.12.1-next.0";
15
15
  function transformKeys(obj, transform) {
16
16
  if (typeOf(obj) !== "object") return obj;
17
17
  const res = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "1.12.0",
3
+ "version": "1.12.1-next.0",
4
4
  "description": "The main ESLint plugin of ESLint React. Contains all the rules and presets of ESLint React.",
5
5
  "keywords": [
6
6
  "eslint",
@@ -47,15 +47,15 @@
47
47
  "@typescript-eslint/type-utils": "^8.2.0",
48
48
  "@typescript-eslint/types": "^8.2.0",
49
49
  "@typescript-eslint/utils": "^8.2.0",
50
- "@eslint-react/tools": "1.12.0",
51
- "@eslint-react/shared": "1.12.0",
52
- "@eslint-react/types": "1.12.0",
53
- "eslint-plugin-react-debug": "1.12.0",
54
- "eslint-plugin-react-dom": "1.12.0",
55
- "eslint-plugin-react-naming-convention": "1.12.0",
56
- "eslint-plugin-react-hooks-extra": "1.12.0",
57
- "eslint-plugin-react-web-api": "1.12.0",
58
- "eslint-plugin-react-x": "1.12.0"
50
+ "@eslint-react/shared": "1.12.1-next.0",
51
+ "@eslint-react/types": "1.12.1-next.0",
52
+ "eslint-plugin-react-debug": "1.12.1-next.0",
53
+ "eslint-plugin-react-dom": "1.12.1-next.0",
54
+ "eslint-plugin-react-hooks-extra": "1.12.1-next.0",
55
+ "eslint-plugin-react-naming-convention": "1.12.1-next.0",
56
+ "eslint-plugin-react-web-api": "1.12.1-next.0",
57
+ "eslint-plugin-react-x": "1.12.1-next.0",
58
+ "@eslint-react/tools": "1.12.1-next.0"
59
59
  },
60
60
  "devDependencies": {
61
61
  "tsup": "^8.2.4"