Skip to content

Commit

Permalink
Use eslint-config-koa (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickserv authored and jonathanong committed Mar 2, 2018
1 parent 79017e8 commit b87d15d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"extends": ["standard"],
"extends": "koa",
"rules": {
"arrow-parens": 0,
"eqeqeq": 0,
"generator-star-spacing": 0,
"no-var": 0,
"prefer-arrow-callback": 0,
"semi": 0,
"space-before-blocks": 0,
"space-before-function-paren": 0,
"yield-star-spacing": 0,
"yoda": 0,
"space-before-function-paren": 0
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
],
"devDependencies": {
"eslint": "^3.16.1",
"eslint-config-koa": "^2.0.2",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.2",
"eslint-plugin-standard": "^2.0.1",
Expand Down

0 comments on commit b87d15d

Please sign in to comment.