Skip to content

Commit 1e000ef

Browse files
committed
Update build tools to make it actually work
1 parent c324a75 commit 1e000ef

File tree

4 files changed

+1233
-168
lines changed

4 files changed

+1233
-168
lines changed

.babelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"plugins": [
3+
["@babel/plugin-proposal-unicode-property-regex", { "useUnicodeFlag": false }],
34
[
45
"@babel/plugin-transform-runtime",
56
{

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ module.exports = {
77
},
88
"extends": "eslint:recommended",
99
"parserOptions": {
10+
"ecmaVersion": 9,
1011
"sourceType": "module"
1112
},
1213
"rules": {

0 commit comments

Comments
 (0)