Skip to content

Commit

Permalink
Add eslint, update deps (#14)
Browse files Browse the repository at this point in the history
* add eslint, update deps

add files to package.json

move tests to jest, add coverage

fix jest version

Revert "fix jest version"

This reverts commit 69cef8a.

Revert "move tests to jest, add coverage"

This reverts commit e0b481b.

* add nyc

* add nyc
  • Loading branch information
korywka authored and mourner committed Nov 14, 2019
1 parent e7301f4 commit b5aeedd
Show file tree
Hide file tree
Showing 8 changed files with 5,360 additions and 289 deletions.
3 changes: 3 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "mourner"
}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
.idea
File renamed without changes.
Loading

0 comments on commit b5aeedd

Please sign in to comment.