mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-27 22:40:49 +00:00
* Regression: eslint not running on packages Co-authored-by: Guilherme Gazzo <guilhermegazzo@gmail.com>
13 lines
238 B
Plaintext
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
|
|
}
|