mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 21:08:44 +01:00
4 lines
162 B
JavaScript
4 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' );
|