Skip to content

Commit

Permalink
fix: update configuration for eslint-config-prettier 8.x
Browse files Browse the repository at this point in the history
BREAKING CHANGE: based on eslint-config-prettier 8.x
  • Loading branch information
amille44420 committed Jul 9, 2021
1 parent d3b3dcd commit 825b641
Show file tree
Hide file tree
Showing 2 changed files with 1,617 additions and 2,639 deletions.
2 changes: 1 addition & 1 deletion react.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { rules } = require('./index');

module.exports = {
plugins: ['prettier', 'react-hooks'],
extends: ['airbnb', 'prettier', 'prettier/react'],
extends: ['airbnb', 'prettier'],
rules: {
...rules,
'jsx-a11y/anchor-is-valid': [
Expand Down
Loading

0 comments on commit 825b641

Please sign in to comment.