Skip to content

Instantly share code, notes, and snippets.

@Git-I985
Created October 19, 2024 07:38
Show Gist options
  • Select an option

  • Save Git-I985/c27de47c17d2b67676e84ba3104fc919 to your computer and use it in GitHub Desktop.

Select an option

Save Git-I985/c27de47c17d2b67676e84ba3104fc919 to your computer and use it in GitHub Desktop.
.prettierrc
{
"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