index of
/
home
/
thefkyzp
/
hulmvisaadvisor.com
/
wp-content
/
plugins
/
woo-cart-abandonment-recovery
/
File: /home/thefkyzp/hulmvisaadvisor.com/wp-content/plugins/woo-cart-abandonment-recovery/.prettierrc.js
// Import the default config file and expose it in the project root. // Useful for editor integrations. const config = require( '@wordpress/prettier-config' ); config.overrides = [ { files: [ '*.css' ], options: { printWidth: 500, singleQuote: false, }, }, ]; module.exports = config;