Refactor: Rename NanoKVM to BatchuKVM and update server URL
This commit is contained in:
36
web/.prettierrc.yaml
Normal file
36
web/.prettierrc.yaml
Normal file
@@ -0,0 +1,36 @@
|
||||
singleQuote: true
|
||||
trailingComma: none
|
||||
printWidth: 100
|
||||
tabWidth: 2
|
||||
bracketSpacing: true
|
||||
importOrder:
|
||||
- ^(react/(.*)$)|^(react$)
|
||||
- ^(next/(.*)$)|^(next$)
|
||||
- <THIRD_PARTY_MODULES>
|
||||
- ''
|
||||
- ^types$
|
||||
- ^@/assets(.*)$
|
||||
- ^@/api/(.*)$
|
||||
- ^@/i18n/(.*)$
|
||||
- ^@/types$
|
||||
- ^@/lib/(.*)$
|
||||
- ^@/jotai/(.*)$
|
||||
- ^@/hooks/(.*)$
|
||||
- ^@/components/(.*)$
|
||||
- ^@/pages/(.*)$
|
||||
- ^@/styles/(.*)$
|
||||
- ''
|
||||
- '^[./]'
|
||||
importOrderSeparation: false
|
||||
importOrderSortSpecifiers: true
|
||||
importOrderBuiltinModulesToTop: true
|
||||
importOrderParserPlugins:
|
||||
- typescript
|
||||
- jsx
|
||||
- tsx
|
||||
- decorators-legacy
|
||||
importOrderMergeDuplicateImports: true
|
||||
importOrderCombineTypeAndValueImports: true
|
||||
plugins:
|
||||
- '@ianvs/prettier-plugin-sort-imports'
|
||||
- prettier-plugin-tailwindcss
|
||||
Reference in New Issue
Block a user