Skip to content

Commit

Permalink
fix(services): add .eslintrc instead, so CodeClimate will respect it
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Apr 5, 2017
1 parent 074a728 commit b390b23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .eslintrc
@@ -0,0 +1,5 @@
{
"extends": [
"standard"
]
}
5 changes: 0 additions & 5 deletions package.json
Expand Up @@ -50,11 +50,6 @@
"standard": "^10.0.0",
"standard-version": "^4.0.0"
},
"eslintConfig": {
"extends": [
"standard"
]
},
"files": [
"index.js",
"dist/"
Expand Down

0 comments on commit b390b23

Please sign in to comment.