Skip to content

Commit

Permalink
Removed corePlugins option (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanaem authored Mar 18, 2024
1 parent 6bbcf32 commit 5cf66be
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,5 @@
"singleQuote": true,
"printWidth": 100,
"trailingComma": "es5",
"plugins": ["prettier-plugin-tailwindcss"],
"corePlugins": {
"preflight": false
}
"plugins": ["prettier-plugin-tailwindcss"]
}

0 comments on commit 5cf66be

Please sign in to comment.