Spaces:
Sleeping
Sleeping
| { | |
| "printWidth": 120, | |
| "useTabs": false, | |
| "tabWidth": 2, | |
| "trailingComma": "es5", | |
| "semi": true, | |
| "singleQuote": true, | |
| "bracketSpacing": true, | |
| "arrowParens": "always", | |
| "jsxSingleQuote": false, | |
| "bracketSameLine": false, | |
| "endOfLine": "lf", | |
| "plugins": [ | |
| "prettier-plugin-organize-imports", | |
| "@trivago/prettier-plugin-sort-imports", | |
| "prettier-plugin-tailwindcss" | |
| ], | |
| "importOrder": [ | |
| "^[a-zA-Z]", | |
| "^@/.*" | |
| ], | |
| "importOrderSeparation": true, | |
| "importOrderParserPlugins": [ | |
| "typescript", | |
| "decorators-legacy" | |
| ] | |
| } |