Remnawave_xtls-sdk-nestJS/.prettierrc
kastov 5e12f28433
chore: update package version to 0.0.13, adjust peer dependencies, and clean up module imports
Co-authored-by: Ivan <84693047+exact01@users.noreply.github.com>
2024-12-23 15:07:41 +03:00

21 lines
375 B
Text

{
"bracketSpacing": true,
"tabWidth": 4,
"printWidth": 100,
"singleQuote": true,
"trailingComma": "all",
"overrides": [
{
"files": ["*.js", "*.jsx", "*.ts", "*.tsx"],
"options": {
"parser": "typescript"
}
},
{
"files": ["*.md", "*.json", "*.yaml", "*.yml"],
"options": {
"tabWidth": 2
}
}
]
}