@ben_12/eslint-plugin-dprint 1.6.0 → 1.7.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.
@@ -225,9 +225,9 @@
225
225
  },
226
226
  {
227
227
  "description": "Don't sort CSS declarations.",
228
- "type": "string",
228
+ "type": "object",
229
229
  "enum": [
230
- "null"
230
+ null
231
231
  ]
232
232
  }
233
233
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ben_12/eslint-plugin-dprint",
3
- "version": "1.6.0",
3
+ "version": "1.7.0",
4
4
  "description": "An ESLint plugin that fixes code with dprint",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -17,7 +17,7 @@
17
17
  "@dprint/toml": "^0.7.0",
18
18
  "@dprint/typescript": "^0.95.8",
19
19
  "dprint-plugin-graphql": "^0.2.0",
20
- "dprint-plugin-malva": "^0.13.1",
20
+ "dprint-plugin-malva": "^0.14.1",
21
21
  "dprint-plugin-markup": "^0.23.1",
22
22
  "dprint-plugin-yaml": "^0.5.1",
23
23
  "eslint": ">=7.0.0"
@@ -72,7 +72,7 @@
72
72
  "@typescript-eslint/eslint-plugin": "^8.0.0",
73
73
  "axios": "^1.7.9",
74
74
  "dprint-plugin-graphql": "^0.2.0",
75
- "dprint-plugin-malva": "^0.13.1",
75
+ "dprint-plugin-malva": "^0.14.1",
76
76
  "dprint-plugin-markup": "^0.23.1",
77
77
  "dprint-plugin-yaml": "^0.5.1",
78
78
  "eslint": "^9.0.0",