fix(SW-3691): Setup one prettier config for whole repo * Setup prettierrc in root and remove other configs Approved-by: Joakim Jäderberg Approved-by: Linus Flood
9 lines
128 B
Plaintext
9 lines
128 B
Plaintext
{
|
|
"semi": false,
|
|
"trailingComma": "es5",
|
|
"singleQuote": false,
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"endOfLine": "lf"
|
|
}
|