Files
Gereh/.prettierrc
2026-08-13 20:00:11 +03:30

22 lines
498 B
Plaintext

{
"jsxBracketSameLine": true,
"singleQuote": true,
"overrides": [
{
"files": ["**/*.css", "**/*.scss", "**/*.pcss", "**/*.html"],
"options": {
"singleQuote": false,
"tabWidth": 4
}
}
],
"jsxSingleQuote": false,
"printWidth": 120,
"tabWidth": 4,
"endOfLine": "auto",
"semi": true,
"tslintIntegration": true,
"stylelintIntegration": true,
"ignorePath": ".gitignore"
}