Skip to content

Commit

Permalink
Merge pull request #69 from LCMApps/fix-linter-parameters
Browse files Browse the repository at this point in the history
Fix linter parameter
  • Loading branch information
oleh-poberezhets committed Nov 13, 2019
2 parents 4838617 + 12877c2 commit 0a61057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Set of classes for service registration in Consul",
"main": "index.js",
"scripts": {
"lint": "eslint ./lib/",
"lint": "eslint ./src/",
"tests": "yarn run unit-tests",
"test:coverage": "NODE_ENV=test istanbul cover ./node_modules/.bin/_mocha --print both -- --opts tests/mocha.opts -R spec ./tests/Unit",
"unit-tests": "NODE_ENV=test mocha --opts tests/mocha.opts -R spec './tests/Unit/**/*.js'",
Expand Down

0 comments on commit 0a61057

Please sign in to comment.