Skip to content

Commit

Permalink
chore(release): v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bplok20010 committed Nov 6, 2022
1 parent 1617a15 commit c02fde9
Show file tree
Hide file tree
Showing 7 changed files with 1,623 additions and 2,702 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry="https://registry.npmjs.org"
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"arrowParens": "avoid",
"arrowParens": "always",
"bracketSpacing": true,
"endOfLine": "auto",
"htmlWhitespaceSensitivity": "css",
Expand Down
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// Place your settings in this file to overwrite default and user settings.
{
"code-runner.executorMapByGlob": {
"*.test.*": "npx jest $fullFileName"
}
}

0 comments on commit c02fde9

Please sign in to comment.