twenty/front/.prettierrc
David Kramer aea088df16
eslint prettier error on windows #1798 (#1804)
* fixing es linter errors on windows

* Indentation

* Indentation

---------

Co-authored-by: kramer <david.kramer@gmail.com>
2023-10-03 16:48:52 +02:00

5 lines
74 B
Plaintext

{
"singleQuote": true,
"trailingComma": "all",
"endOfLine": "auto"
}