Skip to content

Commit

Permalink
- Properly transform default export to module.exports for ESLint co…
Browse files Browse the repository at this point in the history
…nsumption
  • Loading branch information
brettz9 committed May 17, 2020
1 parent c24acc0 commit 5eb233b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .babelrc.json
@@ -1,4 +1,7 @@
{
"plugins": [
["add-module-exports"]
],
"presets": [
["@babel/preset-env", {
"targets": {
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -45,6 +45,7 @@
"@babel/cli": "^7.8.4",
"@babel/preset-env": "^7.9.6",
"ava": "^3.8.2",
"babel-plugin-add-module-exports": "^1.0.2",
"coveralls": "^3.1.0",
"eslint": "^7.0.0",
"eslint-ava-rule-tester": "^4.0.0",
Expand Down

0 comments on commit 5eb233b

Please sign in to comment.