setup prettier and local search

This commit is contained in:
Hichem Fantar
2024-06-16 21:10:18 +01:00
parent 6ed5ee1596
commit 306a003563
4 changed files with 17265 additions and 16491 deletions

12
.prettierrc.json Normal file
View File

@@ -0,0 +1,12 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"useTabs": true,
"singleQuote": false,
"semi": true,
"bracketSameLine": false,
"bracketSpacing": true,
"jsxSingleQuote": false,
"quoteProps": "as-needed",
"endOfLine": "lf"
}