Skip to content

Commit

Permalink
Remove node 0.12 support and replace jshint with eslint using eslint-…
Browse files Browse the repository at this point in the history
…config-peerigon

This has been done in one step since eslint can automatically fix a lot issues for us. We're using eslint-config-peerigon as new baseline.
  • Loading branch information
jhnns committed Dec 26, 2016
1 parent b68db45 commit 29b3075
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 29b3075

Please sign in to comment.