mirror of
https://gh.wpcy.net/https://github.com/WordPress/create-block-theme.git
synced 2026-04-25 12:02:15 +08:00
3 lines
162 B
JavaScript
3 lines
162 B
JavaScript
// Import the default config file and expose it in the project root.
|
|
// Useful for editor integrations.
|
|
module.exports = require( '@wordpress/prettier-config' );
|