Add Prettier support for WP coding style

MAILPOET-6215
This commit is contained in:
Oluwaseun Olorunsola
2024-11-06 12:08:45 +01:00
committed by Oluwaseun Olorunsola
parent 8c8bd728a7
commit 3402ae74da
3 changed files with 31 additions and 17 deletions

View File

@ -0,0 +1,3 @@
// Import the default config file and expose it in the project root.
// Useful for editor integrations.
module.exports = require( '@wordpress/prettier-config' );