Skip to content

Commit

Permalink
[lint] Use semistandard instead of a custom set of rules
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Oct 12, 2016
1 parent 149ad9c commit e721cd5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 26 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/*
node_modules/
coverage/
25 changes: 0 additions & 25 deletions .eslintrc

This file was deleted.

3 changes: 3 additions & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
extends: semistandard
env:
mocha: true
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
"benchmark": "2.1.x",
"bufferutil": "1.2.x",
"eslint": "3.7.x",
"eslint-config-semistandard": "7.0.x",
"eslint-config-standard": "6.2.x",
"eslint-plugin-promise": "3.0.x",
"eslint-plugin-standard": "2.0.x",
"expect.js": "0.3.x",
"istanbul": "0.4.x",
"mocha": "3.1.x",
Expand Down

0 comments on commit e721cd5

Please sign in to comment.