@ben_12/eslint-plugin-dprint 1.3.2 → 1.3.4
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.
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
},
|
|
39
39
|
"properties": {
|
|
40
40
|
"locked": {
|
|
41
|
-
"description": "Whether the configuration is not allowed to be
|
|
41
|
+
"description": "Whether the configuration is not allowed to be overridden or extended.",
|
|
42
42
|
"type": "boolean"
|
|
43
43
|
},
|
|
44
44
|
"lineWidth": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ben_12/eslint-plugin-dprint",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.4",
|
|
4
4
|
"description": "An ESLint plugin that fixes code with dprint",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18.0.0"
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
"dist"
|
|
12
12
|
],
|
|
13
13
|
"peerDependencies": {
|
|
14
|
-
"@dprint/dockerfile": "^0.3.
|
|
14
|
+
"@dprint/dockerfile": "^0.3.3",
|
|
15
15
|
"@dprint/json": "^0.20.0",
|
|
16
16
|
"@dprint/markdown": "^0.18.0",
|
|
17
17
|
"@dprint/toml": "^0.7.0",
|
|
18
|
-
"@dprint/typescript": "^0.95.
|
|
18
|
+
"@dprint/typescript": "^0.95.5",
|
|
19
19
|
"dprint-plugin-graphql": "^0.2.0",
|
|
20
20
|
"dprint-plugin-malva": "^0.12.1",
|
|
21
21
|
"dprint-plugin-markup": "^0.20.0",
|
|
@@ -60,11 +60,11 @@
|
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@ben_12/eslint-plugin-dprint": "file:./test/internal-rules",
|
|
62
62
|
"@ben_12/eslint-simple-parser": "^0.1.0",
|
|
63
|
-
"@dprint/dockerfile": "^0.3.
|
|
63
|
+
"@dprint/dockerfile": "^0.3.3",
|
|
64
64
|
"@dprint/json": "^0.20.0",
|
|
65
65
|
"@dprint/markdown": "^0.18.0",
|
|
66
66
|
"@dprint/toml": "^0.7.0",
|
|
67
|
-
"@dprint/typescript": "^0.95.
|
|
67
|
+
"@dprint/typescript": "^0.95.5",
|
|
68
68
|
"@types/debug": "^4.1.5",
|
|
69
69
|
"@types/diff": "^7.0.0",
|
|
70
70
|
"@types/eslint": "^9.0.0",
|