Skip to content

Commit

Permalink
chore: Clean up .eslintrc and setup testing library linter plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sbielenica authored and benhalverson committed Oct 7, 2020
1 parent 36e07f1 commit f91b0ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
'prettier/@typescript-eslint',
'prettier/react',
'plugin:prettier/recommended',
'plugin:testing-library/recommended',
],
settings: {
react: {
Expand All @@ -33,8 +34,6 @@ module.exports = {
'react-hooks/rules-of-hooks': 'error',
'react-hooks/exhaustive-deps': 'warn',
'import/prefer-default-export': 'off',
'react/require-default-props': 'off',
'react/no-unused-prop-types': 'off',
'import/extensions': 'off',
'consistent-return': 'off',
'react/no-danger': 'off',
Expand Down

0 comments on commit f91b0ca

Please sign in to comment.