Skip to content

Commit

Permalink
Merge pull request #5 from garygrossgarten/simplify
Browse files Browse the repository at this point in the history
simplify
  • Loading branch information
garygrossgarten authored Apr 15, 2020
2 parents e7a42b3 + 64e89a0 commit 82be6a0
Show file tree
Hide file tree
Showing 16 changed files with 22,014 additions and 3,538 deletions.
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dist/
lib/
node_modules/
11 changes: 11 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"parser": "typescript"
}
10 changes: 0 additions & 10 deletions dist/index.d.ts

This file was deleted.

Loading

0 comments on commit 82be6a0

Please sign in to comment.