akashop/volumes/wp/wp-content/plugins/templates-patterns-collection/e2e-tests/.prettierrc.json

10 lines
152 B
JSON

{
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"printWidth": 100,
"bracketSpacing": true,
"arrowParens": "always"
}