We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ef2d5 commit 3b90683Copy full SHA for 3b90683
1 file changed
.prettierrc.js
@@ -9,7 +9,7 @@ module.exports = {
9
useTabs: false,
10
tabWidth: 2,
11
trailingComma: "all",
12
- plugins: [require.resolve("@trivago/prettier-plugin-sort-imports")],
+ plugins: ["@trivago/prettier-plugin-sort-imports"],
13
importOrder: [
14
// React & React Native core
15
"^react$",
0 commit comments