Skip to content

Commit

Permalink
Update .eslintrc.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yuku committed Mar 21, 2021
1 parent b8531f4 commit 7b0371d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.yaml
Expand Up @@ -21,3 +21,8 @@ ignorePatterns:
rules:
react/prop-types: 'off'
'@typescript-eslint/no-non-null-assertion': 'off'
overrides:
- files:
- '**/*.js'
rules:
'@typescript-eslint/no-var-requires': 'off'

0 comments on commit 7b0371d

Please sign in to comment.