@ben_12/eslint-plugin-dprint 0.9.0 → 0.10.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.
@@ -1408,6 +1408,9 @@
1408
1408
  "arrayPattern.spaceAround": {
1409
1409
  "$ref": "#/definitions/spaceAround"
1410
1410
  },
1411
+ "catchClause.spaceAround": {
1412
+ "$ref": "#/definitions/spaceAround"
1413
+ },
1411
1414
  "doWhileStatement.spaceAround": {
1412
1415
  "$ref": "#/definitions/spaceAround"
1413
1416
  },
@@ -1426,6 +1429,9 @@
1426
1429
  "parameters.spaceAround": {
1427
1430
  "$ref": "#/definitions/spaceAround"
1428
1431
  },
1432
+ "parenExpression.spaceAround": {
1433
+ "$ref": "#/definitions/spaceAround"
1434
+ },
1429
1435
  "switchStatement.spaceAround": {
1430
1436
  "$ref": "#/definitions/spaceAround"
1431
1437
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ben_12/eslint-plugin-dprint",
3
- "version": "0.9.0",
3
+ "version": "0.10.0",
4
4
  "description": "An ESLint plugin that fixes code with dprint",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -15,7 +15,7 @@
15
15
  "@dprint/json": "^0.19.1",
16
16
  "@dprint/markdown": "^0.16.3",
17
17
  "@dprint/toml": "^0.6.0",
18
- "@dprint/typescript": "^0.88.10",
18
+ "@dprint/typescript": "^0.89.0",
19
19
  "eslint": ">=7.0.0"
20
20
  },
21
21
  "peerDependenciesMeta": {