Skip to content

Commit

Permalink
Merge pull request #335 from jtangelder/remove/node-0.12-support
Browse files Browse the repository at this point in the history
Remove node 0.12 support and replace jshint with eslint using eslint-…
  • Loading branch information
jhnns authored Dec 26, 2016
2 parents b68db45 + 29b3075 commit 96e21d0
Show file tree
Hide file tree
Showing 20 changed files with 334 additions and 407 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Compiled by webpack
test/output
9 changes: 9 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": [
"peerigon/base"
],
"env": {
"node": true
},
"root": true
}
20 changes: 0 additions & 20 deletions .jshintignore

This file was deleted.

49 changes: 0 additions & 49 deletions .jshintrc

This file was deleted.

Loading

0 comments on commit 96e21d0

Please sign in to comment.