Better linting and formatting
This commit is contained in:
parent
ddf138ab99
commit
144221bb2f
4 changed files with 2404 additions and 325 deletions
18
client-solid/.prettierrc
Normal file
18
client-solid/.prettierrc
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"plugins": [
|
||||
"@trivago/prettier-plugin-sort-imports",
|
||||
"prettier-plugin-tailwindcss"
|
||||
],
|
||||
"trailingComma": "es5",
|
||||
"tabWidth": 2,
|
||||
"semi": true,
|
||||
"singleQuote": false,
|
||||
"bracketSameLine": false,
|
||||
"importOrder": [
|
||||
"<THIRD_PARTY_MODULES>",
|
||||
"^(@api|@assets|@ui)(/.*)$",
|
||||
"^[.]"
|
||||
],
|
||||
"importOrderSeparation": true,
|
||||
"importOrderSortSpecifiers": true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue