Skip to content

Commit

Permalink
chore(.eslintignore): consistent linting with codeclimate
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchentw committed Nov 21, 2015
1 parent 1d9f381 commit 1818cff
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@ exclude_paths:
- examples/**
- lib/**
- public/**
- __tests__/**
2 changes: 0 additions & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
examples/**
lib/**
public/**
__tests__/**
test/fixture/file/**
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"clean": "rimraf lib",
"prebuild": "npm run lint && npm run clean",
"build": "babel src --out-dir lib",
"lint": "eslint src",
"lint": "eslint .",
"pretest:cov": "npm run lint",
"pretest": "npm run lint",
"test:cov": "babel-node ./node_modules/.bin/isparta cover --report lcov _mocha -- $npm_package_config_mocha",
Expand Down

0 comments on commit 1818cff

Please sign in to comment.