Files
wyczarujprezent.pl/modules/blockwishlist/.prettierrc.js
2024-10-28 22:14:22 +01:00

8 lines
153 B
JavaScript

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