Skip to content

Commit

Permalink
eslint rules cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
drom committed Jun 12, 2019
1 parent a07fe3e commit 0d5a96f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 27 deletions.
25 changes: 0 additions & 25 deletions .eslintrc.js

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"author": "Aliaksei Chapyzhenka",
"license": "MIT",
"scripts": {
"test": "eslint lib/*.js && nyc --reporter=html --reporter=text mocha test",
"test": "eslint lib/*.js && nyc -r=lcov -r=text mocha test",
"mocha": "mocha test",
"coverage": "nyc report --reporter=text-lcov | coveralls"
"coverage": "nyc report -r=text-lcov | coveralls"
},
"devDependencies": {
"@drom/eslint-config": "^0.10.0",
Expand Down

0 comments on commit 0d5a96f

Please sign in to comment.