Skip to content

Commit

Permalink
feat: package setup + init + isReady methods
Browse files Browse the repository at this point in the history
  • Loading branch information
hereismass committed May 10, 2021
1 parent b3c4019 commit 168f0f4
Show file tree
Hide file tree
Showing 10 changed files with 1,469 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
dist
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v14.16.1
7 changes: 7 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"tabWidth": 2,
"singleQuote": true,
"semi": true,
"trailingComma": "all",
"printWidth": 100
}
Loading

0 comments on commit 168f0f4

Please sign in to comment.