Skip to content

Commit

Permalink
fix: correct react configset
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Oct 14, 2023
1 parent a5f6d15 commit 2afd2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configurations/react.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
plugins: ['react', 'react-hooks'],
plugins: ['canonical', 'react', 'react-hooks'],
rules: {
'canonical/sort-react-dependencies': 2,
'react/boolean-prop-naming': 0,
Expand Down

0 comments on commit 2afd2cf

Please sign in to comment.