@wordpress/prettier-config 2.7.0 → 2.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.
- package/LICENSE.md +1 -1
- package/lib/index.js +0 -2
- package/package.json +2 -2
package/LICENSE.md
CHANGED
package/lib/index.js
CHANGED
|
@@ -15,8 +15,6 @@ const isWPPrettier = prettierPackage.name === 'wp-prettier';
|
|
|
15
15
|
const customOptions = isWPPrettier ? { parenSpacing: true } : {};
|
|
16
16
|
const customStyleOptions = isWPPrettier ? { parenSpacing: false } : {};
|
|
17
17
|
|
|
18
|
-
// Disable reason: The current JSDoc tooling does not yet understand TypeScript
|
|
19
|
-
// union types.
|
|
20
18
|
/** @type {PrettierConfig & WPPrettierOptions} */
|
|
21
19
|
const config = {
|
|
22
20
|
useTabs: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/prettier-config",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.9.0",
|
|
4
4
|
"description": "WordPress Prettier shared configuration.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "cab6ebe2b4c5dbacfd753dcae4a2406559c4813c"
|
|
37
37
|
}
|