mirror of
https://github.com/jlengrand/adyen-web.git
synced 2026-03-09 23:51:22 +00:00
* 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>
9 lines
155 B
JSON
9 lines
155 B
JSON
{
|
|
"arrowParens": "avoid",
|
|
"bracketSpacing": true,
|
|
"trailingComma": "none",
|
|
"tabWidth": 4,
|
|
"printWidth": 150,
|
|
"singleQuote": true
|
|
}
|