@eslinted/core 6.0.0 → 7.0.0-rc.1
Sign up to get free protection for your applications and to get access to all the features.
- package/.github/workflows/RELEASE.yml +36 -38
- package/.github/workflows/rc.yml +36 -37
- package/.markdownlint.jsonc +122 -122
- package/LICENSE +21 -21
- package/README.md +5 -5
- package/SECURITY.md +9 -9
- package/eslint.config.js +3 -3
- package/package.json +96 -92
- package/src/factory/files.ts +26 -26
- package/src/factory/index.ts +27 -27
- package/src/factory/options/html.ts +18 -18
- package/src/factory/options/index.ts +21 -21
- package/src/factory/options/js.ts +13 -13
- package/src/factory/options/json.ts +18 -18
- package/src/factory/options/jsonc.ts +18 -18
- package/src/factory/options/mocha.ts +28 -28
- package/src/factory/options/option/index.ts +91 -91
- package/src/factory/options/option/template/globals.ts +5 -5
- package/src/factory/options/option/template/index.ts +26 -26
- package/src/factory/options/option/template/language/ecma.ts +3 -3
- package/src/factory/options/option/template/language/index.ts +21 -21
- package/src/factory/options/option/template/language/source.ts +4 -4
- package/src/factory/options/option/template/linter.ts +8 -8
- package/src/factory/options/option/template/plugins.ts +1 -1
- package/src/factory/options/svelte.ts +32 -32
- package/src/factory/options/ts.ts +24 -24
- package/src/factory/options/yml.ts +18 -18
- package/src/factory/rulesets/index.ts +24 -24
- package/src/factory/rulesets/ruleset.ts +25 -25
- package/src/index.ts +77 -77
- package/src/input/files.ts +6 -6
- package/src/input/imports/parsers.ts +10 -10
- package/src/input/imports/plugins.ts +9 -9
- package/src/input/index.ts +23 -23
- package/src/input/parsers.ts +3 -3
- package/src/input/plugins.ts +3 -3
- package/src/input/rules/entry/index.ts +7 -7
- package/src/input/rules/entry/record/index.ts +3 -3
- package/src/input/rules/entry/record/state.ts +5 -5
- package/src/input/rules/index.ts +14 -14
- package/src/output.ts +24 -24
- package/src/scopes.spec.ts +37 -37
- package/src/scopes.ts +11 -11
- package/tsconfig.json +163 -163
- package/typings/common/literals/number/bases/base32.d.ts +19 -19
- package/typings/common/literals/number/bases/base64.d.ts +35 -35
- package/typings/common/literals/number/bases/binary.d.ts +4 -4
- package/typings/common/literals/number/bases/decimal.d.ts +5 -5
- package/typings/common/literals/number/bases/hex.d.ts +10 -10
- package/typings/common/literals/number/bases/octal.d.ts +7 -7
- package/typings/common/literals/number/bases/quatral.d.ts +4 -4
- package/typings/common/literals/number/bases/ternary.d.ts +4 -4
- package/typings/common/literals/string/letter/digit/extended/base64/index.d.ts +13 -13
- package/typings/common/literals/string/letter/digit/extended/hex/index.d.ts +9 -9
- package/typings/common/literals/string/letter/digit/index.d.ts +12 -12
- package/typings/common/literals/string/letter/index.d.ts +35 -35
- package/typings/common/primitive/index.d.ts +5 -5
- package/typings/common/safe/index.d.ts +2 -2
- package/typings/common/safe/numbers/finite/index.d.ts +2 -2
- package/typings/common/safe/numbers/fint.d.ts +1 -1
- package/typings/common/safe/numbers/integer/index.d.ts +2 -2
- package/typings/common/safe/numbers/integer/numberful/index.d.ts +1 -1
- package/typings/common/safe/numbers/polarity/negative.d.ts +4 -4
- package/typings/common/safe/numbers/polarity/pole/index.d.ts +18 -18
- package/typings/common/safe/numbers/polarity/positive.d.ts +4 -4
- package/typings/common/safe/strings/char.d.ts +1 -1
- package/typings/common/safe/strings/stringful/index.d.ts +1 -1
- package/typings/common/safe/strings/stringful/length/index.d.ts +3 -3
- package/typings/common/utility/interface/build/particord/index.d.ts +1 -1
- package/typings/common/utility/interface/build/properties/Field.d.ts +1 -1
- package/typings/common/utility/interface/build/properties/Flag.d.ts +1 -1
- package/typings/common/utility/interface/build/properties/Limit.d.ts +8 -8
- package/typings/common/utility/interface/build/properties/List.d.ts +1 -1
- package/typings/common/utility/interface/build/properties/Listish.d.ts +1 -1
- package/typings/common/utility/interface/build/properties/Scalar.d.ts +1 -1
- package/typings/common/utility/interface/build/properties/property/index.d.ts +8 -8
- package/typings/common/utility/interface/build/recordful/index.d.ts +5 -5
- package/typings/common/utility/interface/build/tables/FieldTable.d.ts +1 -1
- package/typings/common/utility/interface/build/tables/FlagTable.d.ts +1 -1
- package/typings/common/utility/interface/build/tables/ListTable.d.ts +1 -1
- package/typings/common/utility/interface/build/tables/ListishTable.d.ts +1 -1
- package/typings/common/utility/interface/build/tables/ScalarTable.d.ts +1 -1
- package/typings/common/utility/interface/build/tables/table/index.d.ts +3 -3
- package/typings/common/utility/interface/identity/interface/index.d.ts +80 -80
- package/typings/common/utility/interface/identity/keys/index.d.ts +71 -71
- package/typings/common/utility/interface/transform/partial/unrequire/index.d.ts +45 -45
- package/typings/common/utility/iterable/build/arrays/array/index.d.ts +11 -11
- package/typings/common/utility/iterable/build/arrays/index.d.ts +2 -2
- package/typings/common/utility/iterable/build/tuples/index.d.ts +10 -10
- package/typings/common/utility/iterable/build/tuples/tuple/index.d.ts +26 -26
- package/typings/common/utility/iterable/identity/array/index.d.ts +65 -65
- package/typings/common/utility/iterable/identity/array/length/index.d.ts +16 -16
- package/typings/common/utility/iterable/identity/dyad.d.ts +3 -3
- package/typings/common/utility/iterable/identity/monad.d.ts +48 -48
- package/typings/common/utility/iterable/identity/triad.d.ts +3 -3
- package/typings/common/utility/iterable/transform/flat/index.d.ts +3 -3
- package/typings/common/utility/iterable/transform/flat/unflat/index.d.ts +3 -3
- package/typings/common/utility/iterable/transform/string/index.d.ts +30 -30
- package/typings/common/utility/iterable/transform/string/stringify/index.d.ts +27 -27
- package/typings/common/utility/nullable/index.d.ts +1 -1
- package/typings/common/utility/nullable/index.spec.d.ts +13 -13
- package/typings/common/utility/nullable/null/index.d.ts +1 -1
- package/typings/common/utility/nullable/null/index.spec.d.ts +13 -13
- package/typings/common/utility/object/build/index.d.ts +3 -3
- package/typings/common/utility/primitive/boolean/true/index.d.ts +30 -30
- package/typings/common/utility/primitive/index.d.ts +42 -42
- package/typings/common/utility/primitive/number/length/index.d.ts +35 -35
- package/typings/common/utility/primitive/number/length/numbered/index.d.ts +35 -35
- package/typings/common/utility/primitive/string/fake/index.d.ts +1 -1
- package/typings/common/utility/primitive/string/literalful/index.d.ts +28 -28
- package/typings/common/utility/primitive/string/literalful/literal/index.d.ts +22 -22
- package/typings/common/utility/test.d.ts +2 -2
- package/typings/common/valid/index.d.ts +7 -7
- package/typings/common/valid/string/index.d.ts +1 -1
@@ -1,38 +1,36 @@
|
|
1
|
-
name: NPM Publish (RELEASE)
|
2
|
-
|
3
|
-
on:
|
4
|
-
push:
|
5
|
-
tags:
|
6
|
-
- v[0-9]+.[0-9]+.[0-9]+
|
7
|
-
|
8
|
-
jobs:
|
9
|
-
publish-release:
|
10
|
-
if: github.event_name == 'push'
|
11
|
-
runs-on: ubuntu-latest
|
12
|
-
environment:
|
13
|
-
name: RELEASE
|
14
|
-
url: https://www.npmjs.com/package/@eslinted/core
|
15
|
-
name: Build/Publish (RELEASE)
|
16
|
-
steps:
|
17
|
-
- name: Checkout
|
18
|
-
id: checkout
|
19
|
-
uses: actions/checkout@v4
|
20
|
-
with:
|
21
|
-
submodules: true
|
22
|
-
lfs: false
|
23
|
-
- name: Install Node v22
|
24
|
-
id: node
|
25
|
-
uses: actions/setup-node@v4
|
26
|
-
with:
|
27
|
-
node-version: 22
|
28
|
-
check-latest: true
|
29
|
-
registry-url: "https://registry.npmjs.org"
|
30
|
-
- name: Install Dependencies
|
31
|
-
id: ci
|
32
|
-
run: npm ci
|
33
|
-
- name: Publish to NPM
|
34
|
-
id: publish
|
35
|
-
run:
|
36
|
-
|
37
|
-
npm dist-tag add $npm_package_name@$npm_package_version next
|
38
|
-
env: { NODE_AUTH_TOKEN: "${{ secrets.NPM_TOKEN }}" }
|
1
|
+
name: NPM Publish (RELEASE)
|
2
|
+
|
3
|
+
on:
|
4
|
+
push:
|
5
|
+
tags:
|
6
|
+
- v[0-9]+.[0-9]+.[0-9]+
|
7
|
+
|
8
|
+
jobs:
|
9
|
+
publish-release:
|
10
|
+
if: github.event_name == 'push'
|
11
|
+
runs-on: ubuntu-latest
|
12
|
+
environment:
|
13
|
+
name: RELEASE
|
14
|
+
url: https://www.npmjs.com/package/@eslinted/core
|
15
|
+
name: Build/Publish (RELEASE)
|
16
|
+
steps:
|
17
|
+
- name: Checkout
|
18
|
+
id: checkout
|
19
|
+
uses: actions/checkout@v4
|
20
|
+
with:
|
21
|
+
submodules: true
|
22
|
+
lfs: false
|
23
|
+
- name: Install Node v22
|
24
|
+
id: node
|
25
|
+
uses: actions/setup-node@v4
|
26
|
+
with:
|
27
|
+
node-version: 22
|
28
|
+
check-latest: true
|
29
|
+
registry-url: "https://registry.npmjs.org"
|
30
|
+
- name: Install Dependencies
|
31
|
+
id: ci
|
32
|
+
run: npm ci
|
33
|
+
- name: Publish to NPM
|
34
|
+
id: publish
|
35
|
+
run: npm publish
|
36
|
+
env: { NODE_AUTH_TOKEN: "${{ secrets.NPM_TOKEN }}" }
|
package/.github/workflows/rc.yml
CHANGED
@@ -1,37 +1,36 @@
|
|
1
|
-
name: NPM Publish (rc)
|
2
|
-
|
3
|
-
on:
|
4
|
-
push:
|
5
|
-
tags:
|
6
|
-
- v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+
|
7
|
-
|
8
|
-
jobs:
|
9
|
-
publish-rc:
|
10
|
-
if: github.event_name == 'push'
|
11
|
-
runs-on: ubuntu-latest
|
12
|
-
environment:
|
13
|
-
name: rc
|
14
|
-
url: https://www.npmjs.com/package/@eslinted/core
|
15
|
-
name: Build/Publish (rc)
|
16
|
-
steps:
|
17
|
-
- name: Checkout
|
18
|
-
id: checkout
|
19
|
-
uses: actions/checkout@v4
|
20
|
-
with:
|
21
|
-
submodules: true
|
22
|
-
lfs: false
|
23
|
-
- name: Install Node v22
|
24
|
-
id: node
|
25
|
-
uses: actions/setup-node@v4
|
26
|
-
with:
|
27
|
-
node-version: 22
|
28
|
-
check-latest: true
|
29
|
-
registry-url: "https://registry.npmjs.org"
|
30
|
-
- name: Install Dependencies
|
31
|
-
id: ci
|
32
|
-
run: npm ci
|
33
|
-
- name: Publish to NPM
|
34
|
-
id: publish
|
35
|
-
run:
|
36
|
-
|
37
|
-
env: { NODE_AUTH_TOKEN: "${{ secrets.NPM_TOKEN }}" }
|
1
|
+
name: NPM Publish (rc)
|
2
|
+
|
3
|
+
on:
|
4
|
+
push:
|
5
|
+
tags:
|
6
|
+
- v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+
|
7
|
+
|
8
|
+
jobs:
|
9
|
+
publish-rc:
|
10
|
+
if: github.event_name == 'push'
|
11
|
+
runs-on: ubuntu-latest
|
12
|
+
environment:
|
13
|
+
name: rc
|
14
|
+
url: https://www.npmjs.com/package/@eslinted/core
|
15
|
+
name: Build/Publish (rc)
|
16
|
+
steps:
|
17
|
+
- name: Checkout
|
18
|
+
id: checkout
|
19
|
+
uses: actions/checkout@v4
|
20
|
+
with:
|
21
|
+
submodules: true
|
22
|
+
lfs: false
|
23
|
+
- name: Install Node v22
|
24
|
+
id: node
|
25
|
+
uses: actions/setup-node@v4
|
26
|
+
with:
|
27
|
+
node-version: 22
|
28
|
+
check-latest: true
|
29
|
+
registry-url: "https://registry.npmjs.org"
|
30
|
+
- name: Install Dependencies
|
31
|
+
id: ci
|
32
|
+
run: npm ci
|
33
|
+
- name: Publish to NPM
|
34
|
+
id: publish
|
35
|
+
run: npm publish
|
36
|
+
env: { NODE_AUTH_TOKEN: "${{ secrets.NPM_TOKEN }}" }
|
package/.markdownlint.jsonc
CHANGED
@@ -1,122 +1,122 @@
|
|
1
|
-
{
|
2
|
-
// v0.36.1
|
3
|
-
// https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/Rules.md
|
4
|
-
// "$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/v0.36.1/schema/markdownlint-config-schema.json",
|
5
|
-
"heading-increment": true /* MD001 */,
|
6
|
-
"heading-style": {
|
7
|
-
"style": "atx",
|
8
|
-
} /* MD003 */,
|
9
|
-
"ul-style": false /* MD004 */,
|
10
|
-
"list-indent": true /* MD005 */,
|
11
|
-
"ul-indent": {
|
12
|
-
"indent": 2,
|
13
|
-
"start_indent": 2,
|
14
|
-
"start_indented": false,
|
15
|
-
} /* MD007 */,
|
16
|
-
"no-trailing-spaces": {
|
17
|
-
"br_spaces": 0,
|
18
|
-
"list_item_empty_lines": false,
|
19
|
-
"strict": true,
|
20
|
-
} /* MD009 */,
|
21
|
-
"no-hard-tabs": {
|
22
|
-
"spaces_per_tab": 2,
|
23
|
-
"code_blocks": true,
|
24
|
-
"ignore_code_languages": [],
|
25
|
-
} /* MD010 */,
|
26
|
-
"no-reversed-links": false /* MD011 */,
|
27
|
-
"no-multiple-blanks": {
|
28
|
-
"maximum": 1,
|
29
|
-
} /* MD012 */,
|
30
|
-
"line-length": false /* MD013 */,
|
31
|
-
"commands-show-output": true /* MD014 */,
|
32
|
-
"no-missing-space-atx": true /* MD018 */,
|
33
|
-
"no-multiple-space-atx": true /* MD019 */,
|
34
|
-
"no-missing-space-closed-atx": true /* MD020 */,
|
35
|
-
"no-multiple-space-closed-atx": true /* MD021 */,
|
36
|
-
"blanks-around-headings": {
|
37
|
-
"lines_above": 1,
|
38
|
-
"lines_below": 0,
|
39
|
-
} /* MD022 */,
|
40
|
-
"heading-start-left": true /* MD023 */,
|
41
|
-
"no-duplicate-heading": {
|
42
|
-
"siblings_only": true,
|
43
|
-
} /* MD024 */,
|
44
|
-
"single-title": false /* MD025, single-h1 */,
|
45
|
-
"no-trailing-punctuation": {
|
46
|
-
"punctuation": "" /* @DEFAULT: .,;:!。,;:! */,
|
47
|
-
} /* MD026 */,
|
48
|
-
"no-multiple-space-blockquote": true /* MD027 */,
|
49
|
-
"no-blanks-blockquote": true /* MD028 */,
|
50
|
-
"ol-prefix": {
|
51
|
-
"style": "one_or_ordered",
|
52
|
-
} /* MD029 */,
|
53
|
-
"list-marker-space": {
|
54
|
-
"ol_multi": 1,
|
55
|
-
"ol_single": 1,
|
56
|
-
"ul_multi": 1,
|
57
|
-
"ul_single": 1,
|
58
|
-
} /* MD030 */,
|
59
|
-
"blanks-around-fences": {
|
60
|
-
"list_items": false,
|
61
|
-
} /* MD031 */,
|
62
|
-
"blanks-around-lists": true /* MD032 */,
|
63
|
-
"no-inline-html": {
|
64
|
-
"allowed_elements": [
|
65
|
-
"br",
|
66
|
-
"details",
|
67
|
-
"summary",
|
68
|
-
],
|
69
|
-
} /* MD033 */,
|
70
|
-
"no-bare-urls": true /* MD034 */,
|
71
|
-
"hr-style": {
|
72
|
-
"style": "---",
|
73
|
-
} /* MD035 */,
|
74
|
-
"no-emphasis-as-heading": false /* MD036 */,
|
75
|
-
"no-space-in-emphasis": true /* MD037 */,
|
76
|
-
"no-space-in-code": true /* MD038 */,
|
77
|
-
"no-space-in-links": true /* MD039 */,
|
78
|
-
"fenced-code-language": {
|
79
|
-
"allowed_languages": [],
|
80
|
-
"language_only": false,
|
81
|
-
} /* MD040 */,
|
82
|
-
"first-line-heading": false /* MD041, first-line-h1 */,
|
83
|
-
"no-empty-links": true /* MD042 */,
|
84
|
-
"required-headings": false /* MD043 */,
|
85
|
-
"proper-names": false /* MD044 */,
|
86
|
-
"no-alt-text": true /* MD045 */,
|
87
|
-
"code-block-style": {
|
88
|
-
"style": "fenced",
|
89
|
-
} /* MD046 */,
|
90
|
-
"single-trailing-newline": true /* MD047 */,
|
91
|
-
"code-fence-style": {
|
92
|
-
"style": "backtick",
|
93
|
-
} /* MD048 */,
|
94
|
-
"emphasis-style": {
|
95
|
-
"style": "underscore",
|
96
|
-
} /* MD049 */,
|
97
|
-
"strong-style": {
|
98
|
-
"style": "underscore",
|
99
|
-
} /* MD050 */,
|
100
|
-
"link-fragments": true /* MD051 */,
|
101
|
-
"reference-links-images": {
|
102
|
-
"shortcut_syntax": false,
|
103
|
-
} /* MD052 */,
|
104
|
-
"link-image-reference-definitions": {
|
105
|
-
"ignored_definitions": [
|
106
|
-
"//",
|
107
|
-
] /* @DEFAULT: ["//"] */,
|
108
|
-
} /* MD053 */,
|
109
|
-
"link-image-style": {
|
110
|
-
"autolink": true,
|
111
|
-
"collapsed": true,
|
112
|
-
"full": true,
|
113
|
-
"inline": true,
|
114
|
-
"shortcut": true,
|
115
|
-
"url_inline": true,
|
116
|
-
} /* MD054 */,
|
117
|
-
"table-pipe-style": {
|
118
|
-
"style": "leading_and_trailing",
|
119
|
-
} /* MD055 */,
|
120
|
-
"table-column-count": true /* MD056 */,
|
121
|
-
"blanks-around-tables": false /* MD058 */,
|
122
|
-
}
|
1
|
+
{
|
2
|
+
// v0.36.1
|
3
|
+
// https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/Rules.md
|
4
|
+
// "$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/v0.36.1/schema/markdownlint-config-schema.json",
|
5
|
+
"heading-increment": true /* MD001 */,
|
6
|
+
"heading-style": {
|
7
|
+
"style": "atx",
|
8
|
+
} /* MD003 */,
|
9
|
+
"ul-style": false /* MD004 */,
|
10
|
+
"list-indent": true /* MD005 */,
|
11
|
+
"ul-indent": {
|
12
|
+
"indent": 2,
|
13
|
+
"start_indent": 2,
|
14
|
+
"start_indented": false,
|
15
|
+
} /* MD007 */,
|
16
|
+
"no-trailing-spaces": {
|
17
|
+
"br_spaces": 0,
|
18
|
+
"list_item_empty_lines": false,
|
19
|
+
"strict": true,
|
20
|
+
} /* MD009 */,
|
21
|
+
"no-hard-tabs": {
|
22
|
+
"spaces_per_tab": 2,
|
23
|
+
"code_blocks": true,
|
24
|
+
"ignore_code_languages": [],
|
25
|
+
} /* MD010 */,
|
26
|
+
"no-reversed-links": false /* MD011 */,
|
27
|
+
"no-multiple-blanks": {
|
28
|
+
"maximum": 1,
|
29
|
+
} /* MD012 */,
|
30
|
+
"line-length": false /* MD013 */,
|
31
|
+
"commands-show-output": true /* MD014 */,
|
32
|
+
"no-missing-space-atx": true /* MD018 */,
|
33
|
+
"no-multiple-space-atx": true /* MD019 */,
|
34
|
+
"no-missing-space-closed-atx": true /* MD020 */,
|
35
|
+
"no-multiple-space-closed-atx": true /* MD021 */,
|
36
|
+
"blanks-around-headings": {
|
37
|
+
"lines_above": 1,
|
38
|
+
"lines_below": 0,
|
39
|
+
} /* MD022 */,
|
40
|
+
"heading-start-left": true /* MD023 */,
|
41
|
+
"no-duplicate-heading": {
|
42
|
+
"siblings_only": true,
|
43
|
+
} /* MD024 */,
|
44
|
+
"single-title": false /* MD025, single-h1 */,
|
45
|
+
"no-trailing-punctuation": {
|
46
|
+
"punctuation": "" /* @DEFAULT: .,;:!。,;:! */,
|
47
|
+
} /* MD026 */,
|
48
|
+
"no-multiple-space-blockquote": true /* MD027 */,
|
49
|
+
"no-blanks-blockquote": true /* MD028 */,
|
50
|
+
"ol-prefix": {
|
51
|
+
"style": "one_or_ordered",
|
52
|
+
} /* MD029 */,
|
53
|
+
"list-marker-space": {
|
54
|
+
"ol_multi": 1,
|
55
|
+
"ol_single": 1,
|
56
|
+
"ul_multi": 1,
|
57
|
+
"ul_single": 1,
|
58
|
+
} /* MD030 */,
|
59
|
+
"blanks-around-fences": {
|
60
|
+
"list_items": false,
|
61
|
+
} /* MD031 */,
|
62
|
+
"blanks-around-lists": true /* MD032 */,
|
63
|
+
"no-inline-html": {
|
64
|
+
"allowed_elements": [
|
65
|
+
"br",
|
66
|
+
"details",
|
67
|
+
"summary",
|
68
|
+
],
|
69
|
+
} /* MD033 */,
|
70
|
+
"no-bare-urls": true /* MD034 */,
|
71
|
+
"hr-style": {
|
72
|
+
"style": "---",
|
73
|
+
} /* MD035 */,
|
74
|
+
"no-emphasis-as-heading": false /* MD036 */,
|
75
|
+
"no-space-in-emphasis": true /* MD037 */,
|
76
|
+
"no-space-in-code": true /* MD038 */,
|
77
|
+
"no-space-in-links": true /* MD039 */,
|
78
|
+
"fenced-code-language": {
|
79
|
+
"allowed_languages": [],
|
80
|
+
"language_only": false,
|
81
|
+
} /* MD040 */,
|
82
|
+
"first-line-heading": false /* MD041, first-line-h1 */,
|
83
|
+
"no-empty-links": true /* MD042 */,
|
84
|
+
"required-headings": false /* MD043 */,
|
85
|
+
"proper-names": false /* MD044 */,
|
86
|
+
"no-alt-text": true /* MD045 */,
|
87
|
+
"code-block-style": {
|
88
|
+
"style": "fenced",
|
89
|
+
} /* MD046 */,
|
90
|
+
"single-trailing-newline": true /* MD047 */,
|
91
|
+
"code-fence-style": {
|
92
|
+
"style": "backtick",
|
93
|
+
} /* MD048 */,
|
94
|
+
"emphasis-style": {
|
95
|
+
"style": "underscore",
|
96
|
+
} /* MD049 */,
|
97
|
+
"strong-style": {
|
98
|
+
"style": "underscore",
|
99
|
+
} /* MD050 */,
|
100
|
+
"link-fragments": true /* MD051 */,
|
101
|
+
"reference-links-images": {
|
102
|
+
"shortcut_syntax": false,
|
103
|
+
} /* MD052 */,
|
104
|
+
"link-image-reference-definitions": {
|
105
|
+
"ignored_definitions": [
|
106
|
+
"//",
|
107
|
+
] /* @DEFAULT: ["//"] */,
|
108
|
+
} /* MD053 */,
|
109
|
+
"link-image-style": {
|
110
|
+
"autolink": true,
|
111
|
+
"collapsed": true,
|
112
|
+
"full": true,
|
113
|
+
"inline": true,
|
114
|
+
"shortcut": true,
|
115
|
+
"url_inline": true,
|
116
|
+
} /* MD054 */,
|
117
|
+
"table-pipe-style": {
|
118
|
+
"style": "leading_and_trailing",
|
119
|
+
} /* MD055 */,
|
120
|
+
"table-column-count": true /* MD056 */,
|
121
|
+
"blanks-around-tables": false /* MD058 */,
|
122
|
+
}
|
package/LICENSE
CHANGED
@@ -1,21 +1,21 @@
|
|
1
|
-
# MIT License
|
2
|
-
|
3
|
-
Copyright (c) 2024 Jimmy Zhening Luo
|
4
|
-
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
7
|
-
in the Software without restriction, including without limitation the rights
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
10
|
-
furnished to do so, subject to the following conditions:
|
11
|
-
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
13
|
-
copies or substantial portions of the Software.
|
14
|
-
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
-
SOFTWARE.
|
1
|
+
# MIT License
|
2
|
+
|
3
|
+
Copyright (c) 2024 Jimmy Zhening Luo
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
# [`@eslinted/core`](https://www.npmjs.com/package/@eslinted/core)
|
2
|
-
|
3
|
-
[![NPM Publish (RELEASE)](https://github.com/jimmy-zhening-luo/linted-core/actions/workflows/RELEASE.yml/badge.svg)](https://github.com/jimmy-zhening-luo/linted-core/actions/workflows/RELEASE.yml)
|
4
|
-
|
5
|
-
Core ESLint flat config factory npm package `linted`.
|
1
|
+
# [`@eslinted/core`](https://www.npmjs.com/package/@eslinted/core)
|
2
|
+
|
3
|
+
[![NPM Publish (RELEASE)](https://github.com/jimmy-zhening-luo/linted-core/actions/workflows/RELEASE.yml/badge.svg)](https://github.com/jimmy-zhening-luo/linted-core/actions/workflows/RELEASE.yml)
|
4
|
+
|
5
|
+
Core ESLint flat config factory npm package `linted`.
|
package/SECURITY.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1
|
-
# Security Policy
|
2
|
-
|
3
|
-
## Reporting a Vulnerability
|
4
|
-
|
5
|
-
This repository participates in GitHub private vulnerability reporting.
|
6
|
-
|
7
|
-
[__⚑ Report Vulnerability__](./../../security/advisories/new)
|
8
|
-
|
9
|
-
Thank you for your dedication to safety.
|
1
|
+
# Security Policy
|
2
|
+
|
3
|
+
## Reporting a Vulnerability
|
4
|
+
|
5
|
+
This repository participates in GitHub private vulnerability reporting.
|
6
|
+
|
7
|
+
[__⚑ Report Vulnerability__](./../../security/advisories/new)
|
8
|
+
|
9
|
+
Thank you for your dedication to safety.
|
package/eslint.config.js
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
import linted from "linted";
|
2
|
-
|
3
|
-
export default linted();
|
1
|
+
import linted from "linted";
|
2
|
+
|
3
|
+
export default linted();
|