Skip to content

Commit

Permalink
Solves an error in CodeClimate configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
fcanela committed Oct 24, 2016
1 parent f15700f commit 6ae0f0f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .codeclimate.yml
@@ -1,3 +1,7 @@
engines:
eslint:
enabled: true
channel: "eslint-3"
ratings:
paths:
- lib/**/*
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "Simple and fake model used to avoid DB in teaching",
"main": "lib/fakemodel.js",
"scripts": {
"lint": "eslint -c .eslint lib/* ",
"lint": "eslint lib/* ",
"test": "npm run lint && npm run test:unit && npm run test:coverage",
"test:unit": "mocha test/*.test.js",
"test:unit:watch": "mocha -w test/*.test.js",
Expand Down

0 comments on commit 6ae0f0f

Please sign in to comment.