We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cec3b7 commit c77644bCopy full SHA for c77644b
.prettierrc.json
@@ -16,7 +16,9 @@
16
],
17
"overrides": [
18
{
19
- "files": ["*.json"],
+ "files": [
20
+ "*.json"
21
+ ],
22
"options": {
23
"singleQuote": false
24
}
@@ -33,4 +35,4 @@
33
35
34
36
37
]
-}
38
+}
composer.json
@@ -25,7 +25,7 @@
25
},
26
"require": {
27
"kucrut/vite-for-wp": "^0.8.0",
28
- "j7-dev/wp-utils": "0.0.14"
+ "j7-dev/wp-utils": "0.2.9"
29
30
"require-dev": {
31
"squizlabs/php_codesniffer": "@stable",
0 commit comments