@wordpress/prettier-config 2.8.0 → 2.9.1

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/lib/index.js +0 -2
  2. package/package.json +2 -2
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.8.0",
3
+ "version": "2.9.1",
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": "204c880ff65295768e9695dfee6c7a9fee1fdd05"
36
+ "gitHead": "e9ff92d836928aba65dde94d9d193bc401a934d7"
37
37
  }