@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  ## Gutenberg
2
2
 
3
- Copyright 2016-2022 by the contributors
3
+ Copyright 2016-2023 by the contributors
4
4
 
5
5
  **License for Contributions (on and after April 15, 2021)**
6
6
 
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.7.0",
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": "200bee7b06b15f6fa655e25b6ab69cbd6b49a357"
36
+ "gitHead": "cab6ebe2b4c5dbacfd753dcae4a2406559c4813c"
37
37
  }