@eslint-react/eslint-plugin 1.14.3-next.3 → 1.14.3
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 +2 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ A series of composable ESLint plugins for libraries and frameworks that use Reac
|
|
|
20
20
|
|
|
21
21
|
- [`@eslint-react/eslint-plugin`](https://www.npmjs.com/package/@eslint-react/eslint-plugin) - The main ESLint plugin package including all rules and config presets in this repository.
|
|
22
22
|
|
|
23
|
-
### Mono plugins
|
|
23
|
+
### Mono plugins
|
|
24
24
|
|
|
25
25
|
- [`eslint-plugin-react-x`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-x) - Core rules (renderer-agnostic, compatible with x-platform).
|
|
26
26
|
- [`eslint-plugin-react-dom`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-dom) - DOM specific rules for React DOM.
|
|
@@ -44,6 +44,7 @@ A series of composable ESLint plugins for libraries and frameworks that use Reac
|
|
|
44
44
|
- [`react-navigation/react-navigation`](https://github.com/react-navigation/react-navigation) - Routing and navigation for your React Native apps.
|
|
45
45
|
- [`RebeccaStevens/eslint-config-rebeccastevens`](https://github.com/RebeccaStevens/eslint-config-rebeccastevens) - RebeccaStevens' ESLint config preset.
|
|
46
46
|
- [`refined-github/refined-github`](https://github.com/refined-github/refined-github) - :octocat: Browser extension that simplifies the GitHub interface and adds useful features.
|
|
47
|
+
- [`RightCapitalHQ/frontend-style-guide`](https://github.com/RightCapitalHQ/frontend-style-guide) - RightCapital's frontend style guide.
|
|
47
48
|
- [`RSSNext/follow`](https://github.com/RSSNext/follow) - 🧡 Next generation information browser.
|
|
48
49
|
- [`satya164/PocketGear`](https://github.com/satya164/PocketGear) - A clean and simple Pokédex app for Pokémon GO.
|
|
49
50
|
- [`SukkaW/eslint-config-sukka`](https://github.com/SukkaW/eslint-config-sukka) - ESLint configuration of Sukka.
|
package/dist/index.js
CHANGED
|
@@ -21,7 +21,7 @@ var react__default = /*#__PURE__*/_interopDefault(react);
|
|
|
21
21
|
|
|
22
22
|
// package.json
|
|
23
23
|
var name = "@eslint-react/eslint-plugin";
|
|
24
|
-
var version = "1.14.3
|
|
24
|
+
var version = "1.14.3";
|
|
25
25
|
function transformKeys(obj, transform) {
|
|
26
26
|
if (tools.typeOf(obj) !== "object") return obj;
|
|
27
27
|
const res = {};
|
package/dist/index.mjs
CHANGED
|
@@ -10,7 +10,7 @@ import react from 'eslint-plugin-react-x';
|
|
|
10
10
|
|
|
11
11
|
// package.json
|
|
12
12
|
var name = "@eslint-react/eslint-plugin";
|
|
13
|
-
var version = "1.14.3
|
|
13
|
+
var version = "1.14.3";
|
|
14
14
|
function transformKeys(obj, transform) {
|
|
15
15
|
if (typeOf(obj) !== "object") return obj;
|
|
16
16
|
const res = {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "1.14.3
|
|
3
|
+
"version": "1.14.3",
|
|
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.7.0",
|
|
48
48
|
"@typescript-eslint/types": "^8.7.0",
|
|
49
49
|
"@typescript-eslint/utils": "^8.7.0",
|
|
50
|
-
"@eslint-react/shared": "1.14.3
|
|
51
|
-
"@eslint-react/
|
|
52
|
-
"@eslint-react/
|
|
53
|
-
"eslint-plugin-react-debug": "1.14.3
|
|
54
|
-
"eslint-plugin-react-dom": "1.14.3
|
|
55
|
-
"eslint-plugin-react-hooks-extra": "1.14.3
|
|
56
|
-
"eslint-plugin-react-
|
|
57
|
-
"eslint-plugin-react-
|
|
58
|
-
"eslint-plugin-react-x": "1.14.3
|
|
50
|
+
"@eslint-react/shared": "1.14.3",
|
|
51
|
+
"@eslint-react/types": "1.14.3",
|
|
52
|
+
"@eslint-react/tools": "1.14.3",
|
|
53
|
+
"eslint-plugin-react-debug": "1.14.3",
|
|
54
|
+
"eslint-plugin-react-dom": "1.14.3",
|
|
55
|
+
"eslint-plugin-react-hooks-extra": "1.14.3",
|
|
56
|
+
"eslint-plugin-react-web-api": "1.14.3",
|
|
57
|
+
"eslint-plugin-react-naming-convention": "1.14.3",
|
|
58
|
+
"eslint-plugin-react-x": "1.14.3"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"tsup": "^8.3.0"
|