Skip to content

Commit

Permalink
fix and update linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Jan 11, 2024
1 parent 8ff0cfc commit d59508b
Show file tree
Hide file tree
Showing 4 changed files with 496 additions and 255 deletions.
4 changes: 3 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"presets": [ "@babel/preset-env" ],
"plugins": [ "@babel/plugin-proposal-unicode-property-regex", { "useUnicodeFlag": false } ]
"plugins": [
["@babel/plugin-proposal-unicode-property-regex", { "useUnicodeFlag": true } ]
]
}
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parser": "@babel/eslint-parser"
}
Loading

0 comments on commit d59508b

Please sign in to comment.