Skip to content

Commit

Permalink
update lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bumblehead committed Sep 8, 2021
1 parent cf708b8 commit f580e85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
"env": {
"node": true
},
"parser": "babel-eslint",
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 6,
"ecmaVersion": "latest",
"allowImportExportEverywhere": true
},
"globals": {
Expand Down
2 changes: 1 addition & 1 deletion spec/esmock.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,5 +252,5 @@ test('returns spread-imported [object Module] default export', async t => {
}
});

t.is( main.exportedFunction(), 'foobar');
t.is(main.exportedFunction(), 'foobar');
});

0 comments on commit f580e85

Please sign in to comment.