@eslint-react/eslint-plugin 2.3.5 → 2.3.6-next.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.
package/README.md CHANGED
@@ -5,12 +5,13 @@
5
5
  [![Version](https://img.shields.io/npm/v/@eslint-react/eslint-plugin?style=flat&colorA=111111&colorB=000000)](https://npmjs.com/package/@eslint-react/eslint-plugin)
6
6
  [![Downloads](https://img.shields.io/npm/dt/@eslint-react/eslint-plugin.svg?style=flat&colorA=222222&colorB=000000)](https://npmjs.com/package/@eslint-react/eslint-plugin)
7
7
  [![License](https://img.shields.io/npm/l/@eslint-react/eslint-plugin?style=flat&colorA=333333&colorB=000000)](https://npmjs.com/package/@eslint-react/eslint-plugin)
8
- [![Build with](https://img.shields.io/badge/built_with-tsdown@0.16.1-000000?style=flat)](https://tsdown.dev)
8
+ [![Build with](https://img.shields.io/badge/built_with-tsdown@0.16.4-000000?style=flat)](https://tsdown.dev)
9
9
 
10
10
  4-7x faster composable ESLint rules for React and friends.
11
11
 
12
12
  ## Table of Contents
13
13
 
14
+ - [Table of Contents](#table-of-contents)
14
15
  - [Features](#features)
15
16
  - [Public Packages](#public-packages)
16
17
  - [Unified ESLint Plugin](#unified-eslint-plugin)
@@ -20,8 +21,8 @@
20
21
  - [Setup](#setup)
21
22
  - [Presets](#presets)
22
23
  - [Bare Bones](#bare-bones)
23
- - [General Purpose](#general-purpose)
24
- - [TypeScript Specialized](#typescript-specialized)
24
+ - [General Purpose](#general-purpose)
25
+ - [TypeScript Specialized](#typescript-specialized)
25
26
  - [Other](#other)
26
27
  - [Rules](#rules)
27
28
  - [Benchmark](#benchmark)
package/dist/index.js CHANGED
@@ -19,7 +19,7 @@ var __export = (all) => {
19
19
  //#endregion
20
20
  //#region package.json
21
21
  var name = "@eslint-react/eslint-plugin";
22
- var version = "2.3.5";
22
+ var version = "2.3.6-next.1";
23
23
 
24
24
  //#endregion
25
25
  //#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.3.5",
3
+ "version": "2.3.6-next.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",
@@ -45,16 +45,16 @@
45
45
  "@typescript-eslint/types": "^8.46.4",
46
46
  "@typescript-eslint/utils": "^8.46.4",
47
47
  "ts-api-utils": "^2.1.0",
48
- "@eslint-react/eff": "2.3.5",
49
- "@eslint-react/shared": "2.3.5",
50
- "eslint-plugin-react-dom": "2.3.5",
51
- "eslint-plugin-react-naming-convention": "2.3.5",
52
- "eslint-plugin-react-x": "2.3.5",
53
- "eslint-plugin-react-web-api": "2.3.5",
54
- "eslint-plugin-react-hooks-extra": "2.3.5"
48
+ "@eslint-react/eff": "2.3.6-next.1",
49
+ "@eslint-react/shared": "2.3.6-next.1",
50
+ "eslint-plugin-react-dom": "2.3.6-next.1",
51
+ "eslint-plugin-react-naming-convention": "2.3.6-next.1",
52
+ "eslint-plugin-react-hooks-extra": "2.3.6-next.1",
53
+ "eslint-plugin-react-web-api": "2.3.6-next.1",
54
+ "eslint-plugin-react-x": "2.3.6-next.1"
55
55
  },
56
56
  "devDependencies": {
57
- "tsdown": "^0.16.3",
57
+ "tsdown": "^0.16.4",
58
58
  "@local/configs": "0.0.0"
59
59
  },
60
60
  "peerDependencies": {