eslint-plugin-absolute 0.2.1 → 0.2.2
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/.absolutejs/eslint.cache.json +26 -26
- package/.absolutejs/prettier.cache.json +25 -25
- package/.absolutejs/tsconfig.tsbuildinfo +1 -1
- package/.codex +0 -0
- package/dist/index.js +189 -12
- package/eslint.config.mjs +2 -2
- package/package.json +21 -21
- package/src/rules/sort-exports.ts +143 -21
- package/src/rules/sort-keys-fixable.ts +138 -0
- package/tsconfig.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"configHash": "
|
|
2
|
+
"configHash": "3tbfw85au8um8",
|
|
3
3
|
"files": {
|
|
4
4
|
"src/index.ts": "3nngfnv5u0upf",
|
|
5
5
|
"src/rules/max-depth-extended.ts": "2ul37wgx3yvcv",
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
"src/rules/seperate-style-files.ts": "dbi8qij10d7w",
|
|
9
9
|
"src/rules/no-inline-prop-types.ts": "2ppxnbsis2kvs",
|
|
10
10
|
"src/rules/no-unnecessary-key.ts": "2tcu7crilocew",
|
|
11
|
-
"src/rules/sort-exports.ts": "
|
|
11
|
+
"src/rules/sort-exports.ts": "3kaz17ch5hw4f",
|
|
12
12
|
"src/rules/inline-style-limit.ts": "ws9g7yhjfrnu",
|
|
13
13
|
"src/rules/no-button-navigation.ts": "2lksbeajjw3c5",
|
|
14
14
|
"src/rules/explicit-object-types.ts": "1dxf83ac765es",
|
|
15
15
|
"src/rules/spring-naming-convention.ts": "2xgn3gp6xrjym",
|
|
16
|
-
"src/rules/sort-keys-fixable.ts": "
|
|
16
|
+
"src/rules/sort-keys-fixable.ts": "15w9q26lxbqgb",
|
|
17
17
|
"src/rules/no-nested-jsx-return.ts": "1ymjb5qvis9rb",
|
|
18
18
|
"src/rules/no-multi-style-objects.ts": "s9bz9ogm4dh4",
|
|
19
19
|
"src/rules/max-jsx-nesting.ts": "3lqpaqeidpag3",
|
|
@@ -22,28 +22,28 @@
|
|
|
22
22
|
"src/rules/no-explicit-return-types.ts": "3jzjvzyoqh7je",
|
|
23
23
|
"src/rules/min-var-length.ts": "1fk9j7p9pqffz",
|
|
24
24
|
"src/rules/no-useless-function.ts": "a5j34v7opy1n",
|
|
25
|
-
"tests/seperate-style-files.test.ts": "
|
|
26
|
-
"tests/no-button-navigation.test.ts": "
|
|
27
|
-
"tests/no-nested-jsx-return.test.ts": "
|
|
28
|
-
"tests/no-inline-prop-types.test.ts": "
|
|
29
|
-
"tests/no-unnecessary-key.test.ts": "
|
|
30
|
-
"tests/max-jsx-nesting.test.ts": "
|
|
31
|
-
"tests/inline-style-limit.test.ts": "
|
|
32
|
-
"tests/no-transition-cssproperties.test.ts": "
|
|
33
|
-
"tests/explicit-object-types.test.ts": "
|
|
34
|
-
"tests/localize-react-props.test.ts": "
|
|
35
|
-
"tests/min-var-length.test.ts": "
|
|
36
|
-
"tests/sort-keys-fixable.test.ts": "
|
|
37
|
-
"tests/max-depth-extended.test.ts": "
|
|
38
|
-
"tests/no-unnecessary-div.test.ts": "
|
|
39
|
-
"tests/no-useless-function.test.ts": "
|
|
40
|
-
"tests/spring-naming-convention.test.ts": "
|
|
41
|
-
"tests/no-multi-style-objects.test.ts": "
|
|
42
|
-
"tests/no-explicit-return-types.test.ts": "
|
|
43
|
-
"tests/no-or-none-component.test.ts": "
|
|
44
|
-
"tests/sort-exports.test.ts": "
|
|
45
|
-
"eslint.config.mjs": "
|
|
46
|
-
"tsconfig.json": "
|
|
47
|
-
"package.json": "
|
|
25
|
+
"tests/seperate-style-files.test.ts": "21u06eu3q6tb1",
|
|
26
|
+
"tests/no-button-navigation.test.ts": "3fa6646ridfeb",
|
|
27
|
+
"tests/no-nested-jsx-return.test.ts": "1bb4hv3y0gbe5",
|
|
28
|
+
"tests/no-inline-prop-types.test.ts": "1u4xj28f20vue",
|
|
29
|
+
"tests/no-unnecessary-key.test.ts": "3exk147ir3tgd",
|
|
30
|
+
"tests/max-jsx-nesting.test.ts": "12iot8mo4xtba",
|
|
31
|
+
"tests/inline-style-limit.test.ts": "9glsogq01cw4",
|
|
32
|
+
"tests/no-transition-cssproperties.test.ts": "2b9g9fc7bk7sg",
|
|
33
|
+
"tests/explicit-object-types.test.ts": "l33972ddywdm",
|
|
34
|
+
"tests/localize-react-props.test.ts": "1mvzkrqu484ls",
|
|
35
|
+
"tests/min-var-length.test.ts": "2sza9qi3shthk",
|
|
36
|
+
"tests/sort-keys-fixable.test.ts": "1nfaxre26pf5s",
|
|
37
|
+
"tests/max-depth-extended.test.ts": "1gtuzrhd19l2q",
|
|
38
|
+
"tests/no-unnecessary-div.test.ts": "139z6xe0nenhq",
|
|
39
|
+
"tests/no-useless-function.test.ts": "3dzkp346wwgrn",
|
|
40
|
+
"tests/spring-naming-convention.test.ts": "1pjy6rh6neepb",
|
|
41
|
+
"tests/no-multi-style-objects.test.ts": "3iunssjnzlidf",
|
|
42
|
+
"tests/no-explicit-return-types.test.ts": "uapzvw8nhq9u",
|
|
43
|
+
"tests/no-or-none-component.test.ts": "2bwo49a5wbs17",
|
|
44
|
+
"tests/sort-exports.test.ts": "3mvizy78t38ov",
|
|
45
|
+
"eslint.config.mjs": "3tbfw85au8um8",
|
|
46
|
+
"tsconfig.json": "jviy56mvnw8r",
|
|
47
|
+
"package.json": "2i4fedi06y6h"
|
|
48
48
|
}
|
|
49
49
|
}
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
"src/rules/seperate-style-files.ts": "dbi8qij10d7w",
|
|
9
9
|
"src/rules/no-inline-prop-types.ts": "2ppxnbsis2kvs",
|
|
10
10
|
"src/rules/no-unnecessary-key.ts": "2tcu7crilocew",
|
|
11
|
-
"src/rules/sort-exports.ts": "
|
|
11
|
+
"src/rules/sort-exports.ts": "3kaz17ch5hw4f",
|
|
12
12
|
"src/rules/inline-style-limit.ts": "ws9g7yhjfrnu",
|
|
13
13
|
"src/rules/no-button-navigation.ts": "2lksbeajjw3c5",
|
|
14
14
|
"src/rules/explicit-object-types.ts": "1dxf83ac765es",
|
|
15
15
|
"src/rules/spring-naming-convention.ts": "2xgn3gp6xrjym",
|
|
16
|
-
"src/rules/sort-keys-fixable.ts": "
|
|
16
|
+
"src/rules/sort-keys-fixable.ts": "3nvaexthbfsrt",
|
|
17
17
|
"src/rules/no-nested-jsx-return.ts": "1ymjb5qvis9rb",
|
|
18
18
|
"src/rules/no-multi-style-objects.ts": "s9bz9ogm4dh4",
|
|
19
19
|
"src/rules/max-jsx-nesting.ts": "3lqpaqeidpag3",
|
|
@@ -22,28 +22,28 @@
|
|
|
22
22
|
"src/rules/no-explicit-return-types.ts": "3jzjvzyoqh7je",
|
|
23
23
|
"src/rules/min-var-length.ts": "1fk9j7p9pqffz",
|
|
24
24
|
"src/rules/no-useless-function.ts": "a5j34v7opy1n",
|
|
25
|
-
"tests/seperate-style-files.test.ts": "
|
|
26
|
-
"tests/no-button-navigation.test.ts": "
|
|
27
|
-
"tests/no-nested-jsx-return.test.ts": "
|
|
28
|
-
"tests/no-inline-prop-types.test.ts": "
|
|
29
|
-
"tests/no-unnecessary-key.test.ts": "
|
|
30
|
-
"tests/max-jsx-nesting.test.ts": "
|
|
31
|
-
"tests/inline-style-limit.test.ts": "
|
|
32
|
-
"tests/no-transition-cssproperties.test.ts": "
|
|
33
|
-
"tests/explicit-object-types.test.ts": "
|
|
34
|
-
"tests/localize-react-props.test.ts": "
|
|
35
|
-
"tests/min-var-length.test.ts": "
|
|
36
|
-
"tests/sort-keys-fixable.test.ts": "
|
|
37
|
-
"tests/max-depth-extended.test.ts": "
|
|
38
|
-
"tests/no-unnecessary-div.test.ts": "
|
|
39
|
-
"tests/no-useless-function.test.ts": "
|
|
40
|
-
"tests/spring-naming-convention.test.ts": "
|
|
41
|
-
"tests/no-multi-style-objects.test.ts": "
|
|
42
|
-
"tests/no-explicit-return-types.test.ts": "
|
|
43
|
-
"tests/no-or-none-component.test.ts": "
|
|
44
|
-
"tests/sort-exports.test.ts": "
|
|
45
|
-
"eslint.config.mjs": "
|
|
46
|
-
"tsconfig.json": "
|
|
47
|
-
"package.json": "
|
|
25
|
+
"tests/seperate-style-files.test.ts": "21u06eu3q6tb1",
|
|
26
|
+
"tests/no-button-navigation.test.ts": "3fa6646ridfeb",
|
|
27
|
+
"tests/no-nested-jsx-return.test.ts": "1bb4hv3y0gbe5",
|
|
28
|
+
"tests/no-inline-prop-types.test.ts": "1u4xj28f20vue",
|
|
29
|
+
"tests/no-unnecessary-key.test.ts": "3exk147ir3tgd",
|
|
30
|
+
"tests/max-jsx-nesting.test.ts": "12iot8mo4xtba",
|
|
31
|
+
"tests/inline-style-limit.test.ts": "9glsogq01cw4",
|
|
32
|
+
"tests/no-transition-cssproperties.test.ts": "2b9g9fc7bk7sg",
|
|
33
|
+
"tests/explicit-object-types.test.ts": "l33972ddywdm",
|
|
34
|
+
"tests/localize-react-props.test.ts": "1mvzkrqu484ls",
|
|
35
|
+
"tests/min-var-length.test.ts": "2sza9qi3shthk",
|
|
36
|
+
"tests/sort-keys-fixable.test.ts": "1nfaxre26pf5s",
|
|
37
|
+
"tests/max-depth-extended.test.ts": "1gtuzrhd19l2q",
|
|
38
|
+
"tests/no-unnecessary-div.test.ts": "139z6xe0nenhq",
|
|
39
|
+
"tests/no-useless-function.test.ts": "3dzkp346wwgrn",
|
|
40
|
+
"tests/spring-naming-convention.test.ts": "1pjy6rh6neepb",
|
|
41
|
+
"tests/no-multi-style-objects.test.ts": "3iunssjnzlidf",
|
|
42
|
+
"tests/no-explicit-return-types.test.ts": "uapzvw8nhq9u",
|
|
43
|
+
"tests/no-or-none-component.test.ts": "2bwo49a5wbs17",
|
|
44
|
+
"tests/sort-exports.test.ts": "3mvizy78t38ov",
|
|
45
|
+
"eslint.config.mjs": "3tbfw85au8um8",
|
|
46
|
+
"tsconfig.json": "jviy56mvnw8r",
|
|
47
|
+
"package.json": "326evkfvgjgp1"
|
|
48
48
|
}
|
|
49
49
|
}
|