@ben_12/eslint-plugin-dprint 0.8.4 → 0.9.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -75,7 +75,7 @@ Then run ESLint with `--fix`!
75
75
 
76
76
  | Config | Description |
77
77
  | :-------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------- |
78
- | [plugin:@ben_12/dprint/disable-typescript-conflict-rules] | Disable rules where are conflicted with the [@ben_12/dprint/dprint] rule. |
78
+ | [plugin:@ben_12/dprint/disable-typescript-conflict-rules] | Disable rules where are conflicted with the [@ben_12/dprint/typescript] rule. |
79
79
  | [plugin:@ben_12/dprint/dockerfile-recommended] | Enable the [@ben_12/dprint/dockerfile] rule. |
80
80
  | [plugin:@ben_12/dprint/json-recommended] | Enable the [@ben_12/dprint/json] rule. |
81
81
  | [plugin:@ben_12/dprint/markdown-recommended] | Enable the [@ben_12/dprint/markdown] rule. |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ben_12/eslint-plugin-dprint",
3
- "version": "0.8.4",
3
+ "version": "0.9.0",
4
4
  "description": "An ESLint plugin that fixes code with dprint",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -14,8 +14,8 @@
14
14
  "@dprint/dockerfile": "^0.3.0",
15
15
  "@dprint/json": "^0.19.1",
16
16
  "@dprint/markdown": "^0.16.3",
17
- "@dprint/toml": "^0.5.4",
18
- "@dprint/typescript": "^0.88.9",
17
+ "@dprint/toml": "^0.6.0",
18
+ "@dprint/typescript": "^0.88.10",
19
19
  "eslint": ">=7.0.0"
20
20
  },
21
21
  "peerDependenciesMeta": {