@eslint-react/eslint-plugin 2.1.1 → 2.1.2-beta.1

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.
Files changed (3) hide show
  1. package/README.md +10 -10
  2. package/dist/index.js +1 -1
  3. package/package.json +10 -10
package/README.md CHANGED
@@ -123,20 +123,14 @@ export default defineConfig([
123
123
 
124
124
  ## General Purpose
125
125
 
126
- - `strict`\
127
- Same as the `recommended` preset but enables additional strict rules.
128
-
129
126
  - `recommended`\
130
127
  Enforce rules that are recommended by ESLint React for general purpose React + React DOM projects.\
131
128
  _This preset includes the `x`, `dom`, and `web-api` presets._
132
129
 
133
- ## TypeScript Specialized
134
-
135
- - `strict-typescript`\
136
- Same as the `strict` preset but disables rules that can be enforced by TypeScript.
130
+ - `strict`\
131
+ Same as the `recommended` preset but enables additional strict rules.
137
132
 
138
- - `strict-type-checked`\
139
- Same as the `strict-typescript` preset but enables additional rules that require type information.
133
+ ## TypeScript Specialized
140
134
 
141
135
  - `recommended-typescript`\
142
136
  Same as the `recommended` preset but disables rules that can be enforced by TypeScript.
@@ -144,6 +138,12 @@ export default defineConfig([
144
138
  - `recommended-type-checked`\
145
139
  Same as the `recommended-typescript` preset but enables additional rules that require type information.
146
140
 
141
+ - `strict-typescript`\
142
+ Same as the `strict` preset but disables rules that can be enforced by TypeScript.
143
+
144
+ - `strict-type-checked`\
145
+ Same as the `strict-typescript` preset but enables additional rules that require type information.
146
+
147
147
  ### Other
148
148
 
149
149
  - `disable-dom`\
@@ -177,7 +177,7 @@ export default defineConfig([
177
177
 
178
178
  ## Disclaimer
179
179
 
180
- ESLint React is not affiliated with Meta Corporation or [facebook/react](https://github.com/facebook/react) project or React team, nor is it endorsed or sponsored by them.
180
+ ESLint React is not affiliated with Meta Corporation or [facebook/react](https://github.com/facebook/react) project or team, nor is it endorsed or sponsored by them.
181
181
 
182
182
  ## Contributing
183
183
 
package/dist/index.js CHANGED
@@ -9,7 +9,7 @@ import { DEFAULT_ESLINT_REACT_SETTINGS } from "@eslint-react/shared";
9
9
 
10
10
  //#region package.json
11
11
  var name = "@eslint-react/eslint-plugin";
12
- var version = "2.1.1";
12
+ var version = "2.1.2-beta.1";
13
13
 
14
14
  //#endregion
15
15
  //#region src/configs/dom.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "2.1.1",
3
+ "version": "2.1.2-beta.1",
4
4
  "description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
5
5
  "keywords": [
6
6
  "react",
@@ -42,15 +42,15 @@
42
42
  "@typescript-eslint/types": "^8.46.0",
43
43
  "@typescript-eslint/utils": "^8.46.0",
44
44
  "ts-api-utils": "^2.1.0",
45
- "@eslint-react/eff": "2.1.1",
46
- "@eslint-react/kit": "2.1.1",
47
- "eslint-plugin-react-debug": "2.1.1",
48
- "@eslint-react/shared": "2.1.1",
49
- "eslint-plugin-react-hooks-extra": "2.1.1",
50
- "eslint-plugin-react-dom": "2.1.1",
51
- "eslint-plugin-react-web-api": "2.1.1",
52
- "eslint-plugin-react-naming-convention": "2.1.1",
53
- "eslint-plugin-react-x": "2.1.1"
45
+ "@eslint-react/eff": "2.1.2-beta.1",
46
+ "@eslint-react/kit": "2.1.2-beta.1",
47
+ "@eslint-react/shared": "2.1.2-beta.1",
48
+ "eslint-plugin-react-debug": "2.1.2-beta.1",
49
+ "eslint-plugin-react-dom": "2.1.2-beta.1",
50
+ "eslint-plugin-react-hooks-extra": "2.1.2-beta.1",
51
+ "eslint-plugin-react-naming-convention": "2.1.2-beta.1",
52
+ "eslint-plugin-react-web-api": "2.1.2-beta.1",
53
+ "eslint-plugin-react-x": "2.1.2-beta.1"
54
54
  },
55
55
  "devDependencies": {
56
56
  "tsdown": "^0.15.6",