Files
adyen-web/.prettierrc.json
António Ferreira 798fdaeb2e Feature Prettier pre commit hook (#1869)
* Adds prettier as pre-commit hook

* adds pre-commit hook

* updated pre-commit hook

* feat: updated root package json

* feat: fixed missing config

* feat: adjusted prettier file type

Co-authored-by: guilhermer <guilherme.ribeiro@adyen.com>
2023-01-20 16:24:50 +01:00

9 lines
155 B
JSON

{
"arrowParens": "avoid",
"bracketSpacing": true,
"trailingComma": "none",
"tabWidth": 4,
"printWidth": 150,
"singleQuote": true
}