Skip to content

Commit

Permalink
Add lint script command
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo César da Silva committed Dec 18, 2018
1 parent acc8260 commit 6d7ea29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
@@ -0,0 +1 @@
tests
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -6,7 +6,8 @@
"author": "Paulo César da Silva <paulocsmg@gmail.com>",
"scripts": {
"cover": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
"test": "mocha --opts tests/mocha.opts --recursive ./tests/**/*.js --exit"
"test": "mocha --opts tests/mocha.opts --recursive ./tests/**/*.js --exit",
"lint": "eslint '**/*.js' --debug"
},
"keywords": [
"node",
Expand Down

0 comments on commit 6d7ea29

Please sign in to comment.