Skip to content

Commit

Permalink
Disable spurious eslint warning for now
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Oct 17, 2021
1 parent 214ef76 commit f7fab2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ module.exports = {
'no-undef': 'warn',
'no-useless-escape': 'off',
'prefer-const': 'off',
'import/no-unresolved': 'off',
// the default, but for reference...
'import/order': [
'warn',
Expand Down

0 comments on commit f7fab2a

Please sign in to comment.