Skip to content

Commit

Permalink
chore: upgrade paragon dep (#89)
Browse files Browse the repository at this point in the history
* chore: upgrade paragon dep

* fix: eslint config
  • Loading branch information
connorhaugh committed Jul 5, 2022
1 parent b047f7a commit 2473c9a
Show file tree
Hide file tree
Showing 4 changed files with 1,197 additions and 586 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ const config = createConfig('eslint', {
'import/no-named-as-default-member': 'off',
'import/no-self-import': 'off',
'spaced-comment': ['error', 'always', { 'block': { 'exceptions': ['*'] } }],
'react-hooks/rules-of-hooks': 'off',
'react-hooks/exhaustive-deps': 'off',
},
});

Expand Down

0 comments on commit 2473c9a

Please sign in to comment.