@ben_12/eslint-plugin-dprint 1.13.3 → 1.14.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.
@@ -118,6 +118,26 @@
118
118
  "description": "Control whether trailing zeros should be removed or not.",
119
119
  "type": "boolean"
120
120
  },
121
+ "proseWrap": {
122
+ "description": "Control whether to wrap prose in plain scalars when they exceed the print width.",
123
+ "type": "string",
124
+ "oneOf": [
125
+ {
126
+ "description": "Don't change how prose is wrapped.",
127
+ "type": "string",
128
+ "enum": [
129
+ "preserve"
130
+ ]
131
+ },
132
+ {
133
+ "description": "Wrap prose if it exceeds the print width.",
134
+ "type": "string",
135
+ "enum": [
136
+ "always"
137
+ ]
138
+ }
139
+ ]
140
+ },
121
141
  "ignoreCommentDirective": {
122
142
  "description": "Text directive for ignoring formatting specific content.",
123
143
  "type": "string"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ben_12/eslint-plugin-dprint",
3
- "version": "1.13.3",
3
+ "version": "1.14.0",
4
4
  "description": "An ESLint plugin that fixes code with dprint",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -19,7 +19,7 @@
19
19
  "dprint-plugin-graphql": "^0.2.3",
20
20
  "dprint-plugin-malva": "^0.15.1",
21
21
  "dprint-plugin-markup": "^0.25.3",
22
- "dprint-plugin-yaml": "^0.5.1",
22
+ "dprint-plugin-yaml": "^0.6.0",
23
23
  "eslint": ">=7.0.0"
24
24
  },
25
25
  "peerDependenciesMeta": {
@@ -73,7 +73,7 @@
73
73
  "dprint-plugin-graphql": "^0.2.3",
74
74
  "dprint-plugin-malva": "^0.15.1",
75
75
  "dprint-plugin-markup": "^0.25.3",
76
- "dprint-plugin-yaml": "^0.5.1",
76
+ "dprint-plugin-yaml": "^0.6.0",
77
77
  "eslint": "^9.0.0",
78
78
  "mocha": "^11.0.0",
79
79
  "nyc": "^17.0.0",