@eslint-react/eslint-plugin 1.52.7 → 1.52.8-next.0
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/dist/index.d.mts +1 -3
- package/dist/index.d.ts +1 -3
- package/dist/index.js +2 -5
- package/dist/index.mjs +2 -2
- package/package.json +10 -10
package/dist/index.d.mts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import * as _eslint_react_kit from '@eslint-react/kit';
|
|
2
2
|
import { RulePreset } from '@eslint-react/kit';
|
|
3
3
|
import * as _eslint_react_shared from '@eslint-react/shared';
|
|
4
|
-
import { CompatiblePlugin } from '@eslint-react/shared';
|
|
5
4
|
|
|
6
5
|
declare const name$b = "@eslint-react/all";
|
|
7
6
|
declare const rules$b: {
|
|
@@ -1193,7 +1192,6 @@ declare namespace xConfig {
|
|
|
1193
1192
|
export { xConfig_name as name, xConfig_plugins as plugins, xConfig_rules as rules, xConfig_settings as settings };
|
|
1194
1193
|
}
|
|
1195
1194
|
|
|
1196
|
-
declare const plugin: CompatiblePlugin;
|
|
1197
1195
|
declare const _default: {
|
|
1198
1196
|
configs: {
|
|
1199
1197
|
all: typeof allConfig;
|
|
@@ -1278,4 +1276,4 @@ declare const _default: {
|
|
|
1278
1276
|
rules: Record<string, any>;
|
|
1279
1277
|
};
|
|
1280
1278
|
|
|
1281
|
-
export { _default as default
|
|
1279
|
+
export { _default as default };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import * as _eslint_react_kit from '@eslint-react/kit';
|
|
2
2
|
import { RulePreset } from '@eslint-react/kit';
|
|
3
3
|
import * as _eslint_react_shared from '@eslint-react/shared';
|
|
4
|
-
import { CompatiblePlugin } from '@eslint-react/shared';
|
|
5
4
|
|
|
6
5
|
declare const name$b = "@eslint-react/all";
|
|
7
6
|
declare const rules$b: {
|
|
@@ -1193,7 +1192,6 @@ declare namespace xConfig {
|
|
|
1193
1192
|
export { xConfig_name as name, xConfig_plugins as plugins, xConfig_rules as rules, xConfig_settings as settings };
|
|
1194
1193
|
}
|
|
1195
1194
|
|
|
1196
|
-
declare const plugin: CompatiblePlugin;
|
|
1197
1195
|
declare const _default: {
|
|
1198
1196
|
configs: {
|
|
1199
1197
|
all: typeof allConfig;
|
|
@@ -1278,4 +1276,4 @@ declare const _default: {
|
|
|
1278
1276
|
rules: Record<string, any>;
|
|
1279
1277
|
};
|
|
1280
1278
|
|
|
1281
|
-
export { _default as default
|
|
1279
|
+
export { _default as default };
|
package/dist/index.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
3
|
var reactDebug = require('eslint-plugin-react-debug');
|
|
6
4
|
var reactDom = require('eslint-plugin-react-dom');
|
|
7
5
|
var reactHooksExtra = require('eslint-plugin-react-hooks-extra');
|
|
@@ -27,7 +25,7 @@ var __export = (target, all) => {
|
|
|
27
25
|
|
|
28
26
|
// package.json
|
|
29
27
|
var name = "@eslint-react/eslint-plugin";
|
|
30
|
-
var version = "1.52.
|
|
28
|
+
var version = "1.52.8-next.0";
|
|
31
29
|
|
|
32
30
|
// src/configs/all.ts
|
|
33
31
|
var all_exports = {};
|
|
@@ -476,5 +474,4 @@ var index_default = {
|
|
|
476
474
|
}
|
|
477
475
|
};
|
|
478
476
|
|
|
479
|
-
exports
|
|
480
|
-
exports.plugin = plugin;
|
|
477
|
+
module.exports = index_default;
|
package/dist/index.mjs
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 = "1.52.
|
|
17
|
+
var version = "1.52.8-next.0";
|
|
18
18
|
|
|
19
19
|
// src/configs/all.ts
|
|
20
20
|
var all_exports = {};
|
|
@@ -463,4 +463,4 @@ var index_default = {
|
|
|
463
463
|
}
|
|
464
464
|
};
|
|
465
465
|
|
|
466
|
-
export { index_default as default
|
|
466
|
+
export { index_default as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "1.52.
|
|
3
|
+
"version": "1.52.8-next.0",
|
|
4
4
|
"description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -50,15 +50,15 @@
|
|
|
50
50
|
"@typescript-eslint/type-utils": "^8.41.0",
|
|
51
51
|
"@typescript-eslint/types": "^8.41.0",
|
|
52
52
|
"@typescript-eslint/utils": "^8.41.0",
|
|
53
|
-
"@eslint-react/
|
|
54
|
-
"eslint-
|
|
55
|
-
"eslint-plugin-react-
|
|
56
|
-
"@eslint-react/
|
|
57
|
-
"eslint-plugin-react-hooks-extra": "1.52.
|
|
58
|
-
"eslint-plugin-react-
|
|
59
|
-
"
|
|
60
|
-
"eslint-plugin-react-
|
|
61
|
-
"eslint-plugin-react-
|
|
53
|
+
"@eslint-react/kit": "1.52.8-next.0",
|
|
54
|
+
"@eslint-react/shared": "1.52.8-next.0",
|
|
55
|
+
"eslint-plugin-react-debug": "1.52.8-next.0",
|
|
56
|
+
"@eslint-react/eff": "1.52.8-next.0",
|
|
57
|
+
"eslint-plugin-react-hooks-extra": "1.52.8-next.0",
|
|
58
|
+
"eslint-plugin-react-dom": "1.52.8-next.0",
|
|
59
|
+
"eslint-plugin-react-x": "1.52.8-next.0",
|
|
60
|
+
"eslint-plugin-react-web-api": "1.52.8-next.0",
|
|
61
|
+
"eslint-plugin-react-naming-convention": "1.52.8-next.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"tsup": "^8.5.0",
|