Skip to content

Commit

Permalink
fix lint + packages
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Apr 8, 2024
1 parent 7cc3c9d commit 89fabe7
Show file tree
Hide file tree
Showing 4 changed files with 337 additions and 52 deletions.
2 changes: 1 addition & 1 deletion babel.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"presets": ["@vue/cli-plugin-babel/preset", "@babel/env"],
"plugins": ["@babel/plugin-proposal-class-properties", "@babel/plugin-proposal-numeric-separator"],
"plugins": ["@babel/plugin-transform-class-properties", "@babel/plugin-transform-numeric-separator"],
"sourceType": "unambiguous"
}
Loading

0 comments on commit 89fabe7

Please sign in to comment.