Skip to content

Commit

Permalink
🩹 fix: Allow anonymous default export.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Mar 18, 2021
1 parent 135abfd commit 2059240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Expand Up @@ -13,6 +13,7 @@ import decode from './decode' ;
import encode from './encode' ;
import variants from './variants' ;

/* eslint import/no-anonymous-default-export: [2, {"allowObject": true}] */
export default {
decode ,
encode ,
Expand Down

0 comments on commit 2059240

Please sign in to comment.