Skip to content

Commit

Permalink
Linter added
Browse files Browse the repository at this point in the history
  • Loading branch information
gits2501 committed May 12, 2018
1 parent 2e66420 commit 9cf362f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Request token leg of OAuth 1.0a for twiz-client",
"main": "src/RequestToken.js",
"scripts": {
"lint": "eslint src/RequestToken.js",
"tap": "tap -Rspec test/*.js",
"test": "nyc npm run tap && nyc report --reporter=text-lcov | coveralls"
},
Expand All @@ -14,6 +15,7 @@
},
"devDependencies": {
"coveralls": "^3.0.1",
"tap": "^11.1.4"
"tap": "^11.1.4",
"eslint": "^4.19.1"
}
}

0 comments on commit 9cf362f

Please sign in to comment.