Skip to content

Commit

Permalink
refactor: ⚗️ switch to es6 module
Browse files Browse the repository at this point in the history
  • Loading branch information
nnmrts committed Jun 18, 2020
1 parent e283456 commit 9b14078
Show file tree
Hide file tree
Showing 4 changed files with 125 additions and 94 deletions.
5 changes: 0 additions & 5 deletions .babelrc

This file was deleted.

3 changes: 3 additions & 0 deletions babel.config.js
@@ -0,0 +1,3 @@
export default {
presets: ["@pumpn"]
};
2 changes: 1 addition & 1 deletion rules/variables.js
@@ -1,6 +1,6 @@
const confusingBrowserGlobals = require("confusing-browser-globals");

module.exports = {
export default {
rules: {
"init-declarations": ["error", "always"],
"no-delete-var": "error",
Expand Down

0 comments on commit 9b14078

Please sign in to comment.