Skip to content

Commit

Permalink
allowed export/import module system in eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
endurance21 committed May 19, 2020
1 parent a6faa09 commit 696d032
Show file tree
Hide file tree
Showing 37 changed files with 10,567 additions and 10,659 deletions.
8 changes: 7 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,11 @@
"no-unused-vars": ["error", { "args": "none" }],
"no-empty": ["error", { "allowEmptyCatch": true }],
"no-console": "off"
}

},
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"allowImportExportEverywhere": true
}
}
Loading

0 comments on commit 696d032

Please sign in to comment.