Skip to content

Commit

Permalink
feat: add conditional binding (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
frimfram authored Oct 8, 2021
1 parent d652f41 commit 8c66425
Show file tree
Hide file tree
Showing 11 changed files with 835 additions and 23 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ module.exports = {
rules: {
'max-len': ['error', 120, 2],
'react/prop-types': 'off',
'@typescript-eslint/no-use-before-define': 'off',
'@typescript-eslint/no-explicit-any': 'off',
// TODO: enable rules below and fix issues
'@typescript-eslint/no-shadow': 'off',
Expand Down
Loading

0 comments on commit 8c66425

Please sign in to comment.