Skip to content

Commit

Permalink
fix: add eslint to dev-dependencies, override no-control-regex rule
Browse files Browse the repository at this point in the history
  • Loading branch information
hexjelly committed Jan 31, 2017
1 parent 523682a commit fe03598
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": "standard"
"extends": "standard",
"rules": {
"no-control-regex": "off"
}
}
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@
"homepage": "https://github.com/elmadev/node-elma#readme",
"devDependencies": {
"ava": "^0.17.0",
"nyc": "^10.0.0",
"coveralls": "^2.11.15"
"coveralls": "^2.11.15",
"eslint": "^3.14.1",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"nyc": "^10.0.0"
}
}

0 comments on commit fe03598

Please sign in to comment.