@eslint-react/eslint-plugin 2.0.0-next.142 → 2.0.0-next.144
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 -2
- package/dist/index.js +2 -2
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -165,8 +165,8 @@ export default tseslint.config({
|
|
|
165
165
|
|
|
166
166
|
Contributions are welcome!
|
|
167
167
|
|
|
168
|
-
Please follow our [contributing guidelines](https://github.com/Rel1cx/eslint-react/tree/
|
|
168
|
+
Please follow our [contributing guidelines](https://github.com/Rel1cx/eslint-react/tree/2.0.0/.github/CONTRIBUTING.md).
|
|
169
169
|
|
|
170
170
|
## License
|
|
171
171
|
|
|
172
|
-
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
|
172
|
+
This project is licensed under the MIT License - see the [LICENSE](https://github.com/Rel1cx/eslint-react/tree/2.0.0/LICENSE) file for details.
|
package/dist/index.js
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 = "2.0.0-next.
|
|
17
|
+
var version = "2.0.0-next.144";
|
|
18
18
|
|
|
19
19
|
// src/configs/all.ts
|
|
20
20
|
var all_exports = {};
|
|
@@ -315,7 +315,7 @@ var conflictingRules = [
|
|
|
315
315
|
];
|
|
316
316
|
var name6 = "@eslint-react/disable-conflict-eslint-plugin-react";
|
|
317
317
|
var rules5 = Object.fromEntries(
|
|
318
|
-
|
|
318
|
+
conflictingRules.map((key) => [key, "off"])
|
|
319
319
|
);
|
|
320
320
|
|
|
321
321
|
// src/configs/disable-debug.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "2.0.0-next.
|
|
3
|
+
"version": "2.0.0-next.144",
|
|
4
4
|
"description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -41,15 +41,15 @@
|
|
|
41
41
|
"@typescript-eslint/type-utils": "^8.40.0",
|
|
42
42
|
"@typescript-eslint/types": "^8.40.0",
|
|
43
43
|
"@typescript-eslint/utils": "^8.40.0",
|
|
44
|
-
"@eslint-react/
|
|
45
|
-
"@eslint-react/
|
|
46
|
-
"@eslint-react/
|
|
47
|
-
"eslint-plugin-react-
|
|
48
|
-
"eslint-plugin-react-
|
|
49
|
-
"eslint-plugin-react-
|
|
50
|
-
"eslint-plugin-react-
|
|
51
|
-
"eslint-plugin-react-x": "2.0.0-next.
|
|
52
|
-
"eslint-plugin-react-
|
|
44
|
+
"@eslint-react/eff": "2.0.0-next.144",
|
|
45
|
+
"@eslint-react/kit": "2.0.0-next.144",
|
|
46
|
+
"@eslint-react/shared": "2.0.0-next.144",
|
|
47
|
+
"eslint-plugin-react-debug": "2.0.0-next.144",
|
|
48
|
+
"eslint-plugin-react-dom": "2.0.0-next.144",
|
|
49
|
+
"eslint-plugin-react-hooks-extra": "2.0.0-next.144",
|
|
50
|
+
"eslint-plugin-react-naming-convention": "2.0.0-next.144",
|
|
51
|
+
"eslint-plugin-react-x": "2.0.0-next.144",
|
|
52
|
+
"eslint-plugin-react-web-api": "2.0.0-next.144"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"tsup": "^8.5.0",
|