mirror of
https://github.com/samiyev/puaros.git
synced 2025-12-27 23:06:54 +05:00
Update code formatting and linting rules for guardian package. Ensure consistent code style across monorepo.
16 lines
326 B
Plaintext
16 lines
326 B
Plaintext
{
|
|
"printWidth": 100,
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"semi": false,
|
|
"singleQuote": false,
|
|
"quoteProps": "as-needed",
|
|
"jsxSingleQuote": false,
|
|
"trailingComma": "all",
|
|
"bracketSpacing": true,
|
|
"bracketSameLine": false,
|
|
"arrowParens": "always",
|
|
"endOfLine": "lf",
|
|
"embeddedLanguageFormatting": "auto"
|
|
}
|