Skip to content

Commit

Permalink
Added no-undef to eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonygauthier committed Jun 30, 2021
1 parent 00d76e5 commit 03e6e52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ rules: {
no-prototype-builtins: 'off',
no-console: 'off',
no-undefined: 'off',
no-undef: 'off',
}

0 comments on commit 03e6e52

Please sign in to comment.