Skip to content

Commit

Permalink
Trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
floreks committed Aug 8, 2022
1 parent 3c8a475 commit 5bd2b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ module.exports = {
'@typescript-eslint',
],
rules: {
'react/require-default-props': 'off',
'react/jsx-no-bind': 'off',
'react/require-default-props': 'off',
'react/destructuring-assignment': 'off',
'no-unused-vars': 'off',
'import/no-unresolved': 'off',
Expand Down

0 comments on commit 5bd2b72

Please sign in to comment.