@eslint-react/shared 1.10.0-next.0 → 1.10.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 +0 -15
- package/dist/index.d.ts +0 -15
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
import { ESLintUtils } from '@typescript-eslint/utils';
|
|
2
2
|
|
|
3
|
-
/**
|
|
4
|
-
* -----------------------------------------------------------------------------
|
|
5
|
-
* Meta
|
|
6
|
-
* -----------------------------------------------------------------------------
|
|
7
|
-
*/
|
|
8
3
|
/**
|
|
9
4
|
* The NPM scope for this project.
|
|
10
5
|
*/
|
|
@@ -17,11 +12,6 @@ declare const GITHUB_URL = "https://github.com/rel1cx/eslint-react";
|
|
|
17
12
|
* The URL to the project's website.
|
|
18
13
|
*/
|
|
19
14
|
declare const WEBSITE_URL = "https://eslint-react.xyz";
|
|
20
|
-
/**
|
|
21
|
-
* -----------------------------------------------------------------------------
|
|
22
|
-
* RegExps
|
|
23
|
-
* -----------------------------------------------------------------------------
|
|
24
|
-
*/
|
|
25
15
|
/**
|
|
26
16
|
* Regular expression for matching a PascalCase string.
|
|
27
17
|
*/
|
|
@@ -43,11 +33,6 @@ declare const RE_SNAKE_CASE: RegExp;
|
|
|
43
33
|
*/
|
|
44
34
|
declare const RE_CONSTANT_CASE: RegExp;
|
|
45
35
|
declare const RE_JAVASCRIPT_PROTOCOL: RegExp;
|
|
46
|
-
/**
|
|
47
|
-
* -----------------------------------------------------------------------------
|
|
48
|
-
* JSX, React, and React DOM constants
|
|
49
|
-
* -----------------------------------------------------------------------------
|
|
50
|
-
*/
|
|
51
36
|
/**
|
|
52
37
|
* @internal
|
|
53
38
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
import { ESLintUtils } from '@typescript-eslint/utils';
|
|
2
2
|
|
|
3
|
-
/**
|
|
4
|
-
* -----------------------------------------------------------------------------
|
|
5
|
-
* Meta
|
|
6
|
-
* -----------------------------------------------------------------------------
|
|
7
|
-
*/
|
|
8
3
|
/**
|
|
9
4
|
* The NPM scope for this project.
|
|
10
5
|
*/
|
|
@@ -17,11 +12,6 @@ declare const GITHUB_URL = "https://github.com/rel1cx/eslint-react";
|
|
|
17
12
|
* The URL to the project's website.
|
|
18
13
|
*/
|
|
19
14
|
declare const WEBSITE_URL = "https://eslint-react.xyz";
|
|
20
|
-
/**
|
|
21
|
-
* -----------------------------------------------------------------------------
|
|
22
|
-
* RegExps
|
|
23
|
-
* -----------------------------------------------------------------------------
|
|
24
|
-
*/
|
|
25
15
|
/**
|
|
26
16
|
* Regular expression for matching a PascalCase string.
|
|
27
17
|
*/
|
|
@@ -43,11 +33,6 @@ declare const RE_SNAKE_CASE: RegExp;
|
|
|
43
33
|
*/
|
|
44
34
|
declare const RE_CONSTANT_CASE: RegExp;
|
|
45
35
|
declare const RE_JAVASCRIPT_PROTOCOL: RegExp;
|
|
46
|
-
/**
|
|
47
|
-
* -----------------------------------------------------------------------------
|
|
48
|
-
* JSX, React, and React DOM constants
|
|
49
|
-
* -----------------------------------------------------------------------------
|
|
50
|
-
*/
|
|
51
36
|
/**
|
|
52
37
|
* @internal
|
|
53
38
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/shared",
|
|
3
|
-
"version": "1.10.0
|
|
3
|
+
"version": "1.10.0",
|
|
4
4
|
"description": "ESLint React's Shared constants and functions.",
|
|
5
5
|
"homepage": "https://github.com/rel1cx/eslint-react",
|
|
6
6
|
"bugs": {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@typescript-eslint/utils": "^8.0.1",
|
|
39
39
|
"picomatch": "^4.0.2",
|
|
40
|
-
"@eslint-react/tools": "1.10.0
|
|
40
|
+
"@eslint-react/tools": "1.10.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/picomatch": "^3.0.1",
|