Skip to content

Commit

Permalink
Adds allowImportExportEverywhere option
Browse files Browse the repository at this point in the history
  • Loading branch information
bdushimi committed Dec 12, 2019
1 parent 6a86789 commit 892434f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,8 @@
]
},
"parser": "babel-eslint",
"ecmaFeatures": {
"modules": true
},
"parserOptions": {
"ecmaVersion": 11,
"sourceType": "module"
"sourceType": "module",
"allowImportExportEverywhere": true
}
}

0 comments on commit 892434f

Please sign in to comment.