1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Add Prettier to project for consistent code formatting (#1558)

This commit is contained in:
Paweł Kuna
2023-05-10 02:14:46 +02:00
committed by GitHub
parent 18a77046ea
commit 289dd3bd09
19 changed files with 1014 additions and 293 deletions

10
.prettierrc Normal file
View File

@@ -0,0 +1,10 @@
{
"bracketSpacing": true,
"jsxSingleQuote": false,
"printWidth": 80,
"proseWrap": "always",
"semi": false,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "all"
}