Skip to content

Commit

Permalink
fix: default export issue
Browse files Browse the repository at this point in the history
  • Loading branch information
simenandre committed Sep 10, 2022
1 parent 665002c commit d9e9c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* https://github.com/runeh/typical-fetch/blob/main/.eslintrc.json
*/

export default {
module.exports = {
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/eslint-recommended',
Expand Down

0 comments on commit d9e9c48

Please sign in to comment.