Skip to content

Commit

Permalink
fix(perttier): extends plugin:prettier/recommended instead of prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
guhungry committed Aug 20, 2024
1 parent a8ff281 commit 7fd2edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"root": true,
"extends": [
"@react-native",
"prettier"
"plugin:prettier/recommended"
],
"rules": {
"react/react-in-jsx-scope": "off",
Expand Down

0 comments on commit 7fd2edb

Please sign in to comment.