Skip to content

Commit 1e75a79

Browse files
author
Peter Marton
committed
chore(package): add linter
1 parent f56069e commit 1e75a79

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
"description": "Redis and JWT token based session manager.",
55
"main": "index.js",
66
"scripts": {
7-
"test": "NODE_ENV=test mocha --require co-mocha $(find src -name \"*.spec.js\")"
7+
"test": "NODE_ENV=test mocha --require co-mocha $(find src -name \"*.spec.js\")",
8+
"lint": "eslint src"
89
},
910
"repository": {
1011
"type": "git",
1112
"url": "git+https://github.com/RisingStack/token-session.git"
1213
},
13-
"author": "",
14+
"author": "RisingStack Inc.",
1415
"license": "ISC",
1516
"bugs": {
1617
"url": "https://github.com/RisingStack/token-session/issues"
@@ -26,6 +27,7 @@
2627
"devDependencies": {
2728
"chai": "^3.3.0",
2829
"co-mocha": "^1.1.2",
30+
"eslint": "^1.5.1",
2931
"eslint-plugin-standard": "^1.3.1",
3032
"mocha": "^2.3.3",
3133
"sinon": "^1.17.0",

0 commit comments

Comments
 (0)