@eslint-react/eslint-plugin 2.7.5-next.1 → 2.7.5-next.10

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 +5 -4
  2. package/dist/index.js +1 -1
  3. package/package.json +12 -12
package/README.md CHANGED
@@ -21,8 +21,9 @@
21
21
  - [Setup](#setup)
22
22
  - [Presets](#presets)
23
23
  - [Bare Bones](#bare-bones)
24
- - [General Purpose](#general-purpose)
25
- - [TypeScript Specialized](#typescript-specialized)
24
+ - [General Purpose](#general-purpose)
25
+ - [TypeScript Specialized](#typescript-specialized)
26
+ - [Category Based](#category-based)
26
27
  - [Other](#other)
27
28
  - [Rules](#rules)
28
29
  - [Benchmark](#benchmark)
@@ -127,7 +128,7 @@ export default defineConfig(
127
128
  - `web-api`\
128
129
  Enable rules for interacting with Web APIs.
129
130
 
130
- ## General Purpose
131
+ ### General Purpose
131
132
 
132
133
  - `recommended`\
133
134
  Enforce rules that are recommended by ESLint React for general-purpose React + React DOM projects.\
@@ -136,7 +137,7 @@ export default defineConfig(
136
137
  - `strict`\
137
138
  Same as the `recommended` preset but enables additional strict rules.
138
139
 
139
- ## TypeScript Specialized
140
+ ### TypeScript Specialized
140
141
 
141
142
  - `recommended-typescript`\
142
143
  Same as the `recommended` preset but disables rules that can be enforced by TypeScript.
package/dist/index.js CHANGED
@@ -24,7 +24,7 @@ var __exportAll = (all, symbols) => {
24
24
  //#endregion
25
25
  //#region package.json
26
26
  var name$17 = "@eslint-react/eslint-plugin";
27
- var version = "2.7.5-next.1";
27
+ var version = "2.7.5-next.10";
28
28
 
29
29
  //#endregion
30
30
  //#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.7.5-next.1",
3
+ "version": "2.7.5-next.10",
4
4
  "description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
5
5
  "keywords": [
6
6
  "react",
@@ -40,18 +40,18 @@
40
40
  "./package.json"
41
41
  ],
42
42
  "dependencies": {
43
- "@typescript-eslint/scope-manager": "^8.53.1",
44
- "@typescript-eslint/type-utils": "^8.53.1",
45
- "@typescript-eslint/types": "^8.53.1",
46
- "@typescript-eslint/utils": "^8.53.1",
43
+ "@typescript-eslint/scope-manager": "^8.54.0",
44
+ "@typescript-eslint/type-utils": "^8.54.0",
45
+ "@typescript-eslint/types": "^8.54.0",
46
+ "@typescript-eslint/utils": "^8.54.0",
47
47
  "ts-api-utils": "^2.4.0",
48
- "@eslint-react/eff": "2.7.5-next.1",
49
- "@eslint-react/shared": "2.7.5-next.1",
50
- "eslint-plugin-react-hooks-extra": "2.7.5-next.1",
51
- "eslint-plugin-react-naming-convention": "2.7.5-next.1",
52
- "eslint-plugin-react-dom": "2.7.5-next.1",
53
- "eslint-plugin-react-x": "2.7.5-next.1",
54
- "eslint-plugin-react-web-api": "2.7.5-next.1"
48
+ "@eslint-react/eff": "2.7.5-next.10",
49
+ "@eslint-react/shared": "2.7.5-next.10",
50
+ "eslint-plugin-react-dom": "2.7.5-next.10",
51
+ "eslint-plugin-react-hooks-extra": "2.7.5-next.10",
52
+ "eslint-plugin-react-naming-convention": "2.7.5-next.10",
53
+ "eslint-plugin-react-web-api": "2.7.5-next.10",
54
+ "eslint-plugin-react-x": "2.7.5-next.10"
55
55
  },
56
56
  "devDependencies": {
57
57
  "tsdown": "^0.20.1",