@eslint-react/eslint-plugin 1.38.1 → 1.38.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.d.mts CHANGED
@@ -4,8 +4,8 @@ import { RulePreset } from '@eslint-react/kit';
4
4
 
5
5
  declare const name$b = "@eslint-react/all";
6
6
  declare const rules$b: {
7
- readonly "@eslint-react/avoid-shorthand-boolean": "off";
8
- readonly "@eslint-react/avoid-shorthand-fragment": "off";
7
+ readonly "@eslint-react/avoid-shorthand-boolean": "warn";
8
+ readonly "@eslint-react/avoid-shorthand-fragment": "warn";
9
9
  readonly "@eslint-react/jsx-no-duplicate-props": "warn";
10
10
  readonly "@eslint-react/jsx-no-undef": "error";
11
11
  readonly "@eslint-react/jsx-uses-vars": "warn";
package/dist/index.d.ts CHANGED
@@ -4,8 +4,8 @@ import { RulePreset } from '@eslint-react/kit';
4
4
 
5
5
  declare const name$b = "@eslint-react/all";
6
6
  declare const rules$b: {
7
- readonly "@eslint-react/avoid-shorthand-boolean": "off";
8
- readonly "@eslint-react/avoid-shorthand-fragment": "off";
7
+ readonly "@eslint-react/avoid-shorthand-boolean": "warn";
8
+ readonly "@eslint-react/avoid-shorthand-fragment": "warn";
9
9
  readonly "@eslint-react/jsx-no-duplicate-props": "warn";
10
10
  readonly "@eslint-react/jsx-no-undef": "error";
11
11
  readonly "@eslint-react/jsx-uses-vars": "warn";
package/dist/index.js CHANGED
@@ -25,7 +25,7 @@ var __export = (target, all) => {
25
25
 
26
26
  // package.json
27
27
  var name = "@eslint-react/eslint-plugin";
28
- var version = "1.38.1";
28
+ var version = "1.38.2";
29
29
 
30
30
  // src/configs/all.ts
31
31
  var all_exports = {};
@@ -129,8 +129,8 @@ var settings2 = {
129
129
  // src/configs/all.ts
130
130
  var name4 = "@eslint-react/all";
131
131
  var rules3 = {
132
- "@eslint-react/avoid-shorthand-boolean": "off",
133
- "@eslint-react/avoid-shorthand-fragment": "off",
132
+ "@eslint-react/avoid-shorthand-boolean": "warn",
133
+ "@eslint-react/avoid-shorthand-fragment": "warn",
134
134
  "@eslint-react/jsx-no-duplicate-props": "warn",
135
135
  "@eslint-react/jsx-no-undef": "error",
136
136
  "@eslint-react/jsx-uses-vars": "warn",
package/dist/index.mjs CHANGED
@@ -14,7 +14,7 @@ var __export = (target, all) => {
14
14
 
15
15
  // package.json
16
16
  var name = "@eslint-react/eslint-plugin";
17
- var version = "1.38.1";
17
+ var version = "1.38.2";
18
18
 
19
19
  // src/configs/all.ts
20
20
  var all_exports = {};
@@ -118,8 +118,8 @@ var settings2 = {
118
118
  // src/configs/all.ts
119
119
  var name4 = "@eslint-react/all";
120
120
  var rules3 = {
121
- "@eslint-react/avoid-shorthand-boolean": "off",
122
- "@eslint-react/avoid-shorthand-fragment": "off",
121
+ "@eslint-react/avoid-shorthand-boolean": "warn",
122
+ "@eslint-react/avoid-shorthand-fragment": "warn",
123
123
  "@eslint-react/jsx-no-duplicate-props": "warn",
124
124
  "@eslint-react/jsx-no-undef": "error",
125
125
  "@eslint-react/jsx-uses-vars": "warn",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "1.38.1",
3
+ "version": "1.38.2",
4
4
  "description": "More than 80 high-quality linting rules to identify possible problems in your React 19 code.",
5
5
  "keywords": [
6
6
  "react",
@@ -50,15 +50,15 @@
50
50
  "@typescript-eslint/type-utils": "^8.28.0",
51
51
  "@typescript-eslint/types": "^8.28.0",
52
52
  "@typescript-eslint/utils": "^8.28.0",
53
- "@eslint-react/eff": "1.38.1",
54
- "@eslint-react/shared": "1.38.1",
55
- "@eslint-react/kit": "1.38.1",
56
- "eslint-plugin-react-debug": "1.38.1",
57
- "eslint-plugin-react-hooks-extra": "1.38.1",
58
- "eslint-plugin-react-dom": "1.38.1",
59
- "eslint-plugin-react-naming-convention": "1.38.1",
60
- "eslint-plugin-react-web-api": "1.38.1",
61
- "eslint-plugin-react-x": "1.38.1"
53
+ "@eslint-react/eff": "1.38.2",
54
+ "@eslint-react/kit": "1.38.2",
55
+ "@eslint-react/shared": "1.38.2",
56
+ "eslint-plugin-react-dom": "1.38.2",
57
+ "eslint-plugin-react-hooks-extra": "1.38.2",
58
+ "eslint-plugin-react-naming-convention": "1.38.2",
59
+ "eslint-plugin-react-debug": "1.38.2",
60
+ "eslint-plugin-react-web-api": "1.38.2",
61
+ "eslint-plugin-react-x": "1.38.2"
62
62
  },
63
63
  "devDependencies": {
64
64
  "tsup": "^8.4.0",