Rocket.Chat/.prettierrc
Pierre Lehnen e6be278f11
Regression: eslint not running on packages (#25305)
* Regression: eslint not running on packages

Co-authored-by: Guilherme Gazzo <guilhermegazzo@gmail.com>
2022-04-26 02:24:32 -03:00

13 lines
238 B
Plaintext

{
"semi": true,
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "lf",
"jsxSingleQuote": true,
"printWidth": 140,
"quoteProps": "consistent",
"singleQuote": true,
"trailingComma": "all",
"useTabs": true
}