Skip to content

Commit

Permalink
Merge 9951533 into de24e3a
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmccurdy committed Dec 11, 2017
2 parents de24e3a + 9951533 commit aab21cf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
12 changes: 1 addition & 11 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
extends: standard
extends: koa

rules:
arrow-parens: [2, as-needed]
eqeqeq: 0
no-return-assign: 0
no-var: 2
semi: [2, always]
space-before-function-paren: [2, never]
yoda: 0
arrow-spacing: 2
dot-location: [2, property]
prefer-arrow-callback: 2
prefer-const: 2
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
},
"devDependencies": {
"eslint": "^4.6.1",
"eslint-config-koa": "^2.0.0-alpha",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jest": "^21.0.0",
Expand Down

0 comments on commit aab21cf

Please sign in to comment.