Skip to content

Commit

Permalink
Merge pull request #16 from Rich-Harris/modernise
Browse files Browse the repository at this point in the history
modernise library
  • Loading branch information
Rich-Harris authored Oct 16, 2021
2 parents 822db3f + 28f2a88 commit caa9d19
Show file tree
Hide file tree
Showing 11 changed files with 172 additions and 1,194 deletions.
39 changes: 0 additions & 39 deletions .eslintrc.json

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.DS_Store
tmp*
node_modules
dist
/dist
/types
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none"
}
Loading

0 comments on commit caa9d19

Please sign in to comment.