Skip to content

Commit

Permalink
fix: update trivago import
Browse files Browse the repository at this point in the history
  • Loading branch information
rin-st committed Oct 17, 2024
1 parent 33a5828 commit 037e6e1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
module.exports = {
"arrowParens": "avoid",
"printWidth": 120,
"tabWidth": 2,
"trailingComma": "all",
"importOrder": ["^react$", "^next/(.*)$", "<THIRD_PARTY_MODULES>", "^@heroicons/(.*)$", "^~~/(.*)$"],
"importOrderSortSpecifiers": true,
"plugins": ["@trivago/prettier-plugin-sort-imports"]
"plugins": [require.resolve("@trivago/prettier-plugin-sort-imports")],
}

0 comments on commit 037e6e1

Please sign in to comment.