@enormora/eslint-config-base-with-prettier 0.0.1
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/LICENSE +21 -0
- package/constants.js +3 -0
- package/package.json +43 -0
- package/presets/base/base-shared.js +453 -0
- package/presets/base-with-prettier/base-with-prettier.js +15 -0
- package/readme.md +42 -0
- package/rule-sets/best-practices.js +255 -0
- package/rule-sets/restricted-syntax.js +44 -0
- package/rule-sets/stylistic.js +232 -0
- package/sbom.cdx.json +254 -0
package/sbom.cdx.json
ADDED
|
@@ -0,0 +1,254 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
|
|
3
|
+
"bomFormat": "CycloneDX",
|
|
4
|
+
"specVersion": "1.6",
|
|
5
|
+
"version": 1,
|
|
6
|
+
"metadata": {
|
|
7
|
+
"tools": {
|
|
8
|
+
"components": [
|
|
9
|
+
{
|
|
10
|
+
"type": "application",
|
|
11
|
+
"name": "packtory",
|
|
12
|
+
"version": "0.0.15"
|
|
13
|
+
}
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"component": {
|
|
17
|
+
"type": "library",
|
|
18
|
+
"name": "@enormora/eslint-config-base-with-prettier",
|
|
19
|
+
"version": "0.0.1",
|
|
20
|
+
"bom-ref": "pkg:npm/@enormora/eslint-config-base-with-prettier@0.0.1",
|
|
21
|
+
"purl": "pkg:npm/@enormora/eslint-config-base-with-prettier@0.0.1"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"components": [
|
|
25
|
+
{
|
|
26
|
+
"type": "library",
|
|
27
|
+
"name": "@cspell/eslint-plugin",
|
|
28
|
+
"version": "10.0.0",
|
|
29
|
+
"bom-ref": "pkg:npm/@cspell/eslint-plugin@10.0.0",
|
|
30
|
+
"scope": "required",
|
|
31
|
+
"licenses": [
|
|
32
|
+
{
|
|
33
|
+
"expression": "MIT"
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"purl": "pkg:npm/@cspell/eslint-plugin@10.0.0"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"type": "library",
|
|
40
|
+
"name": "@eslint-community/eslint-plugin-eslint-comments",
|
|
41
|
+
"version": "4.7.1",
|
|
42
|
+
"bom-ref": "pkg:npm/@eslint-community/eslint-plugin-eslint-comments@4.7.1",
|
|
43
|
+
"scope": "required",
|
|
44
|
+
"licenses": [
|
|
45
|
+
{
|
|
46
|
+
"expression": "MIT"
|
|
47
|
+
}
|
|
48
|
+
],
|
|
49
|
+
"purl": "pkg:npm/@eslint-community/eslint-plugin-eslint-comments@4.7.1"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"type": "library",
|
|
53
|
+
"name": "@stylistic/eslint-plugin",
|
|
54
|
+
"version": "5.10.0",
|
|
55
|
+
"bom-ref": "pkg:npm/@stylistic/eslint-plugin@5.10.0",
|
|
56
|
+
"scope": "required",
|
|
57
|
+
"licenses": [
|
|
58
|
+
{
|
|
59
|
+
"expression": "MIT"
|
|
60
|
+
}
|
|
61
|
+
],
|
|
62
|
+
"purl": "pkg:npm/@stylistic/eslint-plugin@5.10.0"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"type": "library",
|
|
66
|
+
"name": "eslint-plugin-array-func",
|
|
67
|
+
"version": "5.1.1",
|
|
68
|
+
"bom-ref": "pkg:npm/eslint-plugin-array-func@5.1.1",
|
|
69
|
+
"scope": "required",
|
|
70
|
+
"licenses": [
|
|
71
|
+
{
|
|
72
|
+
"expression": "MIT"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"purl": "pkg:npm/eslint-plugin-array-func@5.1.1"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"type": "library",
|
|
79
|
+
"name": "eslint-plugin-destructuring",
|
|
80
|
+
"version": "2.2.1",
|
|
81
|
+
"bom-ref": "pkg:npm/eslint-plugin-destructuring@2.2.1",
|
|
82
|
+
"scope": "required",
|
|
83
|
+
"licenses": [
|
|
84
|
+
{
|
|
85
|
+
"expression": "MIT"
|
|
86
|
+
}
|
|
87
|
+
],
|
|
88
|
+
"purl": "pkg:npm/eslint-plugin-destructuring@2.2.1"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"type": "library",
|
|
92
|
+
"name": "eslint-plugin-import-x",
|
|
93
|
+
"version": "4.16.2",
|
|
94
|
+
"bom-ref": "pkg:npm/eslint-plugin-import-x@4.16.2",
|
|
95
|
+
"scope": "required",
|
|
96
|
+
"licenses": [
|
|
97
|
+
{
|
|
98
|
+
"expression": "MIT"
|
|
99
|
+
}
|
|
100
|
+
],
|
|
101
|
+
"purl": "pkg:npm/eslint-plugin-import-x@4.16.2"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"type": "library",
|
|
105
|
+
"name": "eslint-plugin-no-barrel-files",
|
|
106
|
+
"version": "1.3.1",
|
|
107
|
+
"bom-ref": "pkg:npm/eslint-plugin-no-barrel-files@1.3.1",
|
|
108
|
+
"scope": "required",
|
|
109
|
+
"licenses": [
|
|
110
|
+
{
|
|
111
|
+
"expression": "ISC"
|
|
112
|
+
}
|
|
113
|
+
],
|
|
114
|
+
"purl": "pkg:npm/eslint-plugin-no-barrel-files@1.3.1"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"type": "library",
|
|
118
|
+
"name": "eslint-plugin-no-secrets",
|
|
119
|
+
"version": "2.3.3",
|
|
120
|
+
"bom-ref": "pkg:npm/eslint-plugin-no-secrets@2.3.3",
|
|
121
|
+
"scope": "required",
|
|
122
|
+
"licenses": [
|
|
123
|
+
{
|
|
124
|
+
"expression": "MIT"
|
|
125
|
+
}
|
|
126
|
+
],
|
|
127
|
+
"purl": "pkg:npm/eslint-plugin-no-secrets@2.3.3"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"type": "library",
|
|
131
|
+
"name": "eslint-plugin-prettier",
|
|
132
|
+
"version": "5.5.5",
|
|
133
|
+
"bom-ref": "pkg:npm/eslint-plugin-prettier@5.5.5",
|
|
134
|
+
"scope": "required",
|
|
135
|
+
"licenses": [
|
|
136
|
+
{
|
|
137
|
+
"expression": "MIT"
|
|
138
|
+
}
|
|
139
|
+
],
|
|
140
|
+
"purl": "pkg:npm/eslint-plugin-prettier@5.5.5"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"type": "library",
|
|
144
|
+
"name": "eslint-plugin-promise",
|
|
145
|
+
"version": "7.3.0",
|
|
146
|
+
"bom-ref": "pkg:npm/eslint-plugin-promise@7.3.0",
|
|
147
|
+
"scope": "required",
|
|
148
|
+
"licenses": [
|
|
149
|
+
{
|
|
150
|
+
"expression": "ISC"
|
|
151
|
+
}
|
|
152
|
+
],
|
|
153
|
+
"purl": "pkg:npm/eslint-plugin-promise@7.3.0"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"type": "library",
|
|
157
|
+
"name": "eslint-plugin-sonarjs",
|
|
158
|
+
"version": "4.0.3",
|
|
159
|
+
"bom-ref": "pkg:npm/eslint-plugin-sonarjs@4.0.3",
|
|
160
|
+
"scope": "required",
|
|
161
|
+
"licenses": [
|
|
162
|
+
{
|
|
163
|
+
"expression": "LGPL-3.0-only"
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"purl": "pkg:npm/eslint-plugin-sonarjs@4.0.3"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"type": "library",
|
|
170
|
+
"name": "eslint-plugin-unicorn",
|
|
171
|
+
"version": "64.0.0",
|
|
172
|
+
"bom-ref": "pkg:npm/eslint-plugin-unicorn@64.0.0",
|
|
173
|
+
"scope": "required",
|
|
174
|
+
"licenses": [
|
|
175
|
+
{
|
|
176
|
+
"expression": "MIT"
|
|
177
|
+
}
|
|
178
|
+
],
|
|
179
|
+
"purl": "pkg:npm/eslint-plugin-unicorn@64.0.0"
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"type": "library",
|
|
183
|
+
"name": "eslint",
|
|
184
|
+
"version": "^10.0.0",
|
|
185
|
+
"bom-ref": "pkg:npm/eslint@%5E10.0.0",
|
|
186
|
+
"scope": "optional",
|
|
187
|
+
"licenses": [
|
|
188
|
+
{
|
|
189
|
+
"expression": "MIT"
|
|
190
|
+
}
|
|
191
|
+
],
|
|
192
|
+
"purl": "pkg:npm/eslint@%5E10.0.0"
|
|
193
|
+
}
|
|
194
|
+
],
|
|
195
|
+
"dependencies": [
|
|
196
|
+
{
|
|
197
|
+
"ref": "pkg:npm/@cspell/eslint-plugin@10.0.0"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"ref": "pkg:npm/@enormora/eslint-config-base-with-prettier@0.0.1",
|
|
201
|
+
"dependsOn": [
|
|
202
|
+
"pkg:npm/@cspell/eslint-plugin@10.0.0",
|
|
203
|
+
"pkg:npm/@eslint-community/eslint-plugin-eslint-comments@4.7.1",
|
|
204
|
+
"pkg:npm/@stylistic/eslint-plugin@5.10.0",
|
|
205
|
+
"pkg:npm/eslint-plugin-array-func@5.1.1",
|
|
206
|
+
"pkg:npm/eslint-plugin-destructuring@2.2.1",
|
|
207
|
+
"pkg:npm/eslint-plugin-import-x@4.16.2",
|
|
208
|
+
"pkg:npm/eslint-plugin-no-barrel-files@1.3.1",
|
|
209
|
+
"pkg:npm/eslint-plugin-no-secrets@2.3.3",
|
|
210
|
+
"pkg:npm/eslint-plugin-prettier@5.5.5",
|
|
211
|
+
"pkg:npm/eslint-plugin-promise@7.3.0",
|
|
212
|
+
"pkg:npm/eslint-plugin-sonarjs@4.0.3",
|
|
213
|
+
"pkg:npm/eslint-plugin-unicorn@64.0.0",
|
|
214
|
+
"pkg:npm/eslint@%5E10.0.0"
|
|
215
|
+
]
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"ref": "pkg:npm/@eslint-community/eslint-plugin-eslint-comments@4.7.1"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"ref": "pkg:npm/@stylistic/eslint-plugin@5.10.0"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"ref": "pkg:npm/eslint-plugin-array-func@5.1.1"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"ref": "pkg:npm/eslint-plugin-destructuring@2.2.1"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"ref": "pkg:npm/eslint-plugin-import-x@4.16.2"
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"ref": "pkg:npm/eslint-plugin-no-barrel-files@1.3.1"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"ref": "pkg:npm/eslint-plugin-no-secrets@2.3.3"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"ref": "pkg:npm/eslint-plugin-prettier@5.5.5"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"ref": "pkg:npm/eslint-plugin-promise@7.3.0"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"ref": "pkg:npm/eslint-plugin-sonarjs@4.0.3"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"ref": "pkg:npm/eslint-plugin-unicorn@64.0.0"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"ref": "pkg:npm/eslint@%5E10.0.0"
|
|
252
|
+
}
|
|
253
|
+
]
|
|
254
|
+
}
|