Skip to content

Commit

Permalink
Order nit
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Sep 24, 2019
1 parent eb1f045 commit b39b598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/esm/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

module.exports = {
rules: {
'no-global-assign': 'off',
'import/no-unresolved': 'off',
'import/prefer-default-export': 'off',
'no-global-assign': 'off',
},
}

0 comments on commit b39b598

Please sign in to comment.