Skip to content

Commit

Permalink
Switch to ES import syntax from commonjs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchrisadams committed Aug 1, 2022
1 parent d404535 commit 23880ba
Show file tree
Hide file tree
Showing 23 changed files with 4,837 additions and 302 deletions.
6 changes: 5 additions & 1 deletion .eslintrc.json
Expand Up @@ -6,7 +6,8 @@
"jest/globals": true
},
"parserOptions": {
"ecmaVersion": 8
"ecmaVersion": 2020,
"sourceType": "module"
},
"plugins": ["prettier", "jest"],
"extends": ["eslint:recommended", "plugin:jest/recommended"],
Expand All @@ -17,5 +18,8 @@
}
],
"no-unused-vars": "off"
},
"globals": {
"fetch": false
}
}

0 comments on commit 23880ba

Please sign in to comment.