@ben_12/eslint-plugin-dprint 1.19.0 → 1.20.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.
|
@@ -347,6 +347,30 @@
|
|
|
347
347
|
"description": "Control whether to force to format all top-level declarations on a single line.",
|
|
348
348
|
"type": "boolean"
|
|
349
349
|
},
|
|
350
|
+
"fontFamilyNames": {
|
|
351
|
+
"description": "Control the layout of font names in `font-family` declaration.",
|
|
352
|
+
"type": "string",
|
|
353
|
+
"oneOf": [
|
|
354
|
+
{
|
|
355
|
+
"description": "If all font names can be put on a single line, there won't be line breaks; otherwise, there will be line breaks after each comma.",
|
|
356
|
+
"type": "string",
|
|
357
|
+
"enum": [
|
|
358
|
+
"consistent"
|
|
359
|
+
]
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"description": "Font names will be put on one line as possible. Once it exceeds `printWidth`, line break will be inserted where the code exceeds `printWidth`.",
|
|
363
|
+
"type": "string",
|
|
364
|
+
"enum": [
|
|
365
|
+
"wrap"
|
|
366
|
+
]
|
|
367
|
+
}
|
|
368
|
+
]
|
|
369
|
+
},
|
|
370
|
+
"nthPlusSpacing": {
|
|
371
|
+
"description": "Control whether there should be spaces around the `+` or `-` operator in \"An+B\" selector syntax.",
|
|
372
|
+
"type": "boolean"
|
|
373
|
+
},
|
|
350
374
|
"selectorOverrideCommentDirective": {
|
|
351
375
|
"description": "Text directive for overriding selector formatting.",
|
|
352
376
|
"type": "string"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ben_12/eslint-plugin-dprint",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.20.0",
|
|
4
4
|
"description": "An ESLint plugin that fixes code with dprint",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18.0.0"
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
"peerDependencies": {
|
|
14
14
|
"@dprint/dockerfile": "^0.3.3",
|
|
15
15
|
"@dprint/json": "^0.21.3",
|
|
16
|
-
"@dprint/markdown": "^0.22.
|
|
16
|
+
"@dprint/markdown": "^0.22.1",
|
|
17
17
|
"@dprint/toml": "^0.7.0",
|
|
18
|
-
"@dprint/typescript": "^0.96.
|
|
18
|
+
"@dprint/typescript": "^0.96.1",
|
|
19
19
|
"dprint-plugin-graphql": "^0.2.3",
|
|
20
|
-
"dprint-plugin-malva": "^0.
|
|
21
|
-
"dprint-plugin-markup": "^0.27.
|
|
20
|
+
"dprint-plugin-malva": "^0.16.0",
|
|
21
|
+
"dprint-plugin-markup": "^0.27.2",
|
|
22
22
|
"dprint-plugin-yaml": "^0.6.0",
|
|
23
23
|
"eslint": ">=7.0.0"
|
|
24
24
|
},
|
|
@@ -62,17 +62,17 @@
|
|
|
62
62
|
"@ben_12/eslint-simple-parser": "^0.1.0",
|
|
63
63
|
"@dprint/dockerfile": "^0.3.3",
|
|
64
64
|
"@dprint/json": "^0.21.3",
|
|
65
|
-
"@dprint/markdown": "^0.22.
|
|
65
|
+
"@dprint/markdown": "^0.22.1",
|
|
66
66
|
"@dprint/toml": "^0.7.0",
|
|
67
|
-
"@dprint/typescript": "^0.96.
|
|
67
|
+
"@dprint/typescript": "^0.96.1",
|
|
68
68
|
"@types/debug": "^4.1.5",
|
|
69
69
|
"@types/eslint": "^9.0.0",
|
|
70
70
|
"@types/node": "^18.0.0",
|
|
71
71
|
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
72
72
|
"axios": "^1.7.9",
|
|
73
73
|
"dprint-plugin-graphql": "^0.2.3",
|
|
74
|
-
"dprint-plugin-malva": "^0.
|
|
75
|
-
"dprint-plugin-markup": "^0.27.
|
|
74
|
+
"dprint-plugin-malva": "^0.16.0",
|
|
75
|
+
"dprint-plugin-markup": "^0.27.2",
|
|
76
76
|
"dprint-plugin-yaml": "^0.6.0",
|
|
77
77
|
"eslint": "^9.0.0",
|
|
78
78
|
"mocha": "^11.0.0",
|