Created
October 19, 2024 07:38
-
-
Save Git-I985/c27de47c17d2b67676e84ba3104fc919 to your computer and use it in GitHub Desktop.
.prettierrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "printWidth": 110, | |
| "singleQuote": true, | |
| "useTabs": false, | |
| "tabWidth": 2, | |
| "semi": true, | |
| "trailingComma": "all", | |
| "arrowParens": "always", | |
| "bracketSpacing": true, | |
| "pugTabWidth": 2, | |
| "pugArrowParens": "always", | |
| "pugAttributeSeparator": "always", | |
| "plugins": ["@trivago/prettier-plugin-sort-imports"], | |
| "importOrderGroupNamespaceSpecifiers": true, | |
| "importOrderSortSpecifiers": true, | |
| "importOrder": ["^react$", "<THIRD_PARTY_MODULES>", "^@/((?!app).)*$", "^@/", "^[./]"], | |
| "importOrderSeparation": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment