mirror of
https://github.com/SigNoz/signoz.git
synced 2026-02-03 08:33:26 +00:00
* chore: remove airbnb from ESLint, update prettier rules and update VS Code settings * fix: lint errors
18 lines
372 B
JSON
18 lines
372 B
JSON
{
|
|
"trailingComma": "all",
|
|
"useTabs": true,
|
|
"tabWidth": 1,
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": false,
|
|
"semi": true,
|
|
"printWidth": 80,
|
|
"bracketSpacing": true,
|
|
"bracketSameLine": false,
|
|
"arrowParens": "always",
|
|
"endOfLine": "lf",
|
|
"quoteProps": "as-needed",
|
|
"proseWrap": "preserve",
|
|
"htmlWhitespaceSensitivity": "css",
|
|
"embeddedLanguageFormatting": "auto"
|
|
}
|