Skip to content

Commit

Permalink
Switch to yarn for dependencies (#14)
Browse files Browse the repository at this point in the history
* Switch to yarn for dependencies

* Adding other files

* Update readme
  • Loading branch information
erskingardner authored Jan 13, 2023
1 parent 0676ba8 commit 5e82e92
Show file tree
Hide file tree
Showing 407 changed files with 22,336 additions and 5,936 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.{js,json,yml}]
charset = utf-8
indent_style = space
indent_size = 2
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
/node_modules
/.pnp
.pnp.js
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# testing
/coverage
Expand Down
15,406 changes: 15,406 additions & 0 deletions .pnp.cjs

Large diffs are not rendered by default.

Loading

0 comments on commit 5e82e92

Please sign in to comment.