@enigmatry/eslint-config 18.0.0-preview.2 → 18.0.0-preview.4
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/index.js +0 -41
- package/package.json +11 -11
package/index.js
CHANGED
|
@@ -189,17 +189,6 @@ module.exports = {
|
|
|
189
189
|
"@stylistic/wrap-regex": "off",
|
|
190
190
|
"@stylistic/yield-star-spacing": "error",
|
|
191
191
|
"@typescript-eslint/ban-ts-comments": "off",
|
|
192
|
-
"@typescript-eslint/ban-types": "error",
|
|
193
|
-
"@typescript-eslint/brace-style": [
|
|
194
|
-
"error"
|
|
195
|
-
],
|
|
196
|
-
"@typescript-eslint/comma-dangle": [
|
|
197
|
-
"error",
|
|
198
|
-
"never"
|
|
199
|
-
],
|
|
200
|
-
"@typescript-eslint/comma-spacing": [
|
|
201
|
-
"error"
|
|
202
|
-
],
|
|
203
192
|
"@typescript-eslint/consistent-type-definitions": "error",
|
|
204
193
|
"@typescript-eslint/consistent-type-exports": [
|
|
205
194
|
"error",
|
|
@@ -216,9 +205,6 @@ module.exports = {
|
|
|
216
205
|
"@typescript-eslint/dot-notation": [
|
|
217
206
|
"error"
|
|
218
207
|
],
|
|
219
|
-
"@typescript-eslint/func-call-spacing": [
|
|
220
|
-
"error"
|
|
221
|
-
],
|
|
222
208
|
"@typescript-eslint/indent": [
|
|
223
209
|
"off",
|
|
224
210
|
"tab"
|
|
@@ -226,9 +212,6 @@ module.exports = {
|
|
|
226
212
|
"@typescript-eslint/init-declarations": [
|
|
227
213
|
"off"
|
|
228
214
|
],
|
|
229
|
-
"@typescript-eslint/keyword-spacing": [
|
|
230
|
-
"error"
|
|
231
|
-
],
|
|
232
215
|
"@typescript-eslint/naming-convention": "off",
|
|
233
216
|
"@typescript-eslint/no-array-constructor": [
|
|
234
217
|
"error"
|
|
@@ -292,9 +275,6 @@ module.exports = {
|
|
|
292
275
|
"@typescript-eslint/no-shadow": [
|
|
293
276
|
"error"
|
|
294
277
|
],
|
|
295
|
-
"@typescript-eslint/no-throw-literal": [
|
|
296
|
-
"error"
|
|
297
|
-
],
|
|
298
278
|
"@typescript-eslint/no-unsafe-declaration-merging": [
|
|
299
279
|
"error"
|
|
300
280
|
],
|
|
@@ -315,21 +295,10 @@ module.exports = {
|
|
|
315
295
|
"@typescript-eslint/no-useless-constructor": [
|
|
316
296
|
"error"
|
|
317
297
|
],
|
|
318
|
-
"@typescript-eslint/object-curly-spacing": [
|
|
319
|
-
"error",
|
|
320
|
-
"always"
|
|
321
|
-
],
|
|
322
298
|
"@typescript-eslint/parameter-properties": "off",
|
|
323
299
|
"@typescript-eslint/prefer-optional-chain": "error",
|
|
324
300
|
"@typescript-eslint/prefer-readonly": "off",
|
|
325
301
|
"@typescript-eslint/prefer-readonly-parameter-types": "off",
|
|
326
|
-
"@typescript-eslint/quotes": [
|
|
327
|
-
"error",
|
|
328
|
-
"single",
|
|
329
|
-
{
|
|
330
|
-
"allowTemplateLiterals": true
|
|
331
|
-
}
|
|
332
|
-
],
|
|
333
302
|
"@typescript-eslint/require-await": [
|
|
334
303
|
"error"
|
|
335
304
|
],
|
|
@@ -337,16 +306,6 @@ module.exports = {
|
|
|
337
306
|
"@typescript-eslint/return-await": [
|
|
338
307
|
"error"
|
|
339
308
|
],
|
|
340
|
-
"@typescript-eslint/semi": [
|
|
341
|
-
"error"
|
|
342
|
-
],
|
|
343
|
-
"@typescript-eslint/space-before-function-paren": [
|
|
344
|
-
"error",
|
|
345
|
-
"never"
|
|
346
|
-
],
|
|
347
|
-
"@typescript-eslint/space-infix-ops": [
|
|
348
|
-
"error"
|
|
349
|
-
],
|
|
350
309
|
"array-callback-return": "error",
|
|
351
310
|
"arrow-body-style": "off",
|
|
352
311
|
"block-scoped-var": "error",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@enigmatry/eslint-config",
|
|
3
|
-
"version": "18.0.0-preview.
|
|
3
|
+
"version": "18.0.0-preview.4",
|
|
4
4
|
"author": "Enigmatry",
|
|
5
5
|
"description": "ESLint shareable config for the Enigmatry style.",
|
|
6
6
|
"homepage": "https://github.com/enigmatry/entry-angular-building-blocks/tree/master/libs/eslint-config#readme",
|
|
@@ -16,20 +16,20 @@
|
|
|
16
16
|
"@typescript-eslint/eslint-plugin": "^8.16.0",
|
|
17
17
|
"@typescript-eslint/parser": "^8.16.0",
|
|
18
18
|
"@stylistic/eslint-plugin": "^2.11.0",
|
|
19
|
-
"eslint-plugin-deprecation": "^
|
|
19
|
+
"eslint-plugin-deprecation": "^3.0.0",
|
|
20
20
|
"eslint-plugin-import": "^2.29.0",
|
|
21
21
|
"eslint-plugin-no-loops": "^0.3.0",
|
|
22
|
-
"eslint-plugin-no-secrets": "^
|
|
23
|
-
"eslint-plugin-no-unsanitized": "^4.
|
|
22
|
+
"eslint-plugin-no-secrets": "^1.1.2",
|
|
23
|
+
"eslint-plugin-no-unsanitized": "^4.1.2",
|
|
24
24
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
25
|
-
"eslint-plugin-promise": "^
|
|
26
|
-
"eslint-plugin-unused-imports": "^
|
|
25
|
+
"eslint-plugin-promise": "^7.2.1",
|
|
26
|
+
"eslint-plugin-unused-imports": "^4.1.4",
|
|
27
27
|
"eslint-plugin-xss": "^0.1.12",
|
|
28
|
-
"@angular-eslint/builder": "^18.4.
|
|
29
|
-
"@angular-eslint/eslint-plugin": "^18.4.
|
|
30
|
-
"@angular-eslint/eslint-plugin-template": "^18.4.
|
|
31
|
-
"@angular-eslint/schematics": "^18.4.
|
|
32
|
-
"@angular-eslint/template-parser": "^18.4.
|
|
28
|
+
"@angular-eslint/builder": "^18.4.2",
|
|
29
|
+
"@angular-eslint/eslint-plugin": "^18.4.2",
|
|
30
|
+
"@angular-eslint/eslint-plugin-template": "^18.4.2",
|
|
31
|
+
"@angular-eslint/schematics": "^18.4.2",
|
|
32
|
+
"@angular-eslint/template-parser": "^18.4.2"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"eslint": "^8.57.0"
|