update linting to allow dybnamic import. Recipe highlight still broken

This commit is contained in:
d98762625 2019-02-01 14:05:48 +00:00
parent 4bf2a29070
commit 9af5e40071
4 changed files with 96 additions and 68 deletions

View file

@ -1,10 +1,12 @@
{
"parser": "babel-eslint",
"parserOptions": {
"ecmaVersion": 9,
"ecmaFeatures": {
"impliedStrict": true
},
"sourceType": "module"
"sourceType": "module",
"allowImportExportEverywhere": true
},
"env": {
"browser": true,