Files
prestashop/modules/blockwishlist/.prettierrc.js
2026-04-09 18:31:51 +02:00

8 lines
153 B
JavaScript

module.exports = {
htmlWhitespaceSensitivity: 'ignore',
semi: true,
singleQuote: true,
vueIndentScriptAndStyle: true,
trailingComma: 'none'
};