Skip to content

Commit

Permalink
fix: lint rule added (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
afzal-telus authored May 26, 2021
1 parent 66d31fa commit 4df5b44
Show file tree
Hide file tree
Showing 3 changed files with 250 additions and 207 deletions.
1 change: 1 addition & 0 deletions eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ module.exports = {
'react/sort-comp': 'warn',
'react/jsx-props-no-spreading': 'warn',
'react/jsx-fragments': 'warn',
'react/require-default-props': ['error',{ forbidDefaultForRequired: false, ignoreFunctionalComponents: true }],

// jsx-a11y plugin
'jsx-a11y/no-static-element-interaction': 'off',
Expand Down
Loading

0 comments on commit 4df5b44

Please sign in to comment.