mirror of
git://develop.git.wordpress.org/
synced 2025-01-16 20:38:35 +01:00
d3ac623e2a
Allows tools like prettier or VSCode to auto-format JS files propertly. It pulls the prettier config that is used in the Gutenberg repository. Props gziolo. Fixes #60316. git-svn-id: https://develop.svn.wordpress.org/trunk@57330 602fd350-edb4-49c9-b593-d223f7449a82
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' );
|