Skip to content

Commit

Permalink
fix: ncc build failed
Browse files Browse the repository at this point in the history
  • Loading branch information
profile-summary-cards[bot] committed Apr 1, 2021
1 parent 6c9a63c commit 4880c4a
Show file tree
Hide file tree
Showing 33 changed files with 2,842 additions and 1,783 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"env": {
"node": true,
"commonjs": true,
"es2021": true
},
"plugins": ["prettier"],
Expand Down
2 changes: 1 addition & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"semi": true,
"singleQuote": true
}
Loading

0 comments on commit 4880c4a

Please sign in to comment.