Skip to content

Commit

Permalink
Remove prettier plugin since it is already in the recommended config
Browse files Browse the repository at this point in the history
  • Loading branch information
adhityamamallan committed Apr 17, 2024
1 parent d8a2bdf commit 866894c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
'plugin:react/recommended',
'plugin:prettier/recommended',
],
plugins: ['react', 'prettier'],
plugins: ['react'],
rules: {
'react/react-in-jsx-scope': 'off',
},
Expand Down

0 comments on commit 866894c

Please sign in to comment.