Skip to content

Commit

Permalink
Merge pull request #9 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 3b02ebb + 75276af commit 0c1ad09
Show file tree
Hide file tree
Showing 12 changed files with 22,208 additions and 3,659 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"
}
16 changes: 0 additions & 16 deletions dist/index.d.ts

This file was deleted.

Loading

0 comments on commit 0c1ad09

Please sign in to comment.