Skip to content

Commit 7331682

Browse files
Revert Next.js Prettier config to default
1 parent 7b5aff3 commit 7331682

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

packages/nextjs/.prettierrc.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1 @@
1-
module.exports = {
2-
arrowParens: "avoid",
3-
printWidth: 120,
4-
tabWidth: 2,
5-
trailingComma: "all",
6-
importOrder: ["^react$", "^next/(.*)$", "<THIRD_PARTY_MODULES>", "^@heroicons/(.*)$", "^~~/(.*)$"],
7-
importOrderSortSpecifiers: true,
8-
plugins: [require.resolve("@trivago/prettier-plugin-sort-imports")],
9-
};
1+
module.exports = {};

0 commit comments

Comments
 (0)