browser-extension/.prettierrc
AzizbekFayziyev 1f193343a5 add: config
2025-06-21 20:26:05 +05:00

9 lines
No EOL
174 B
Text

{
"useTabs": false,
"printWidth": 160,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "es5",
"jsxBracketSameLine": false,
"semi": true
}