Add ESLint.

This commit is contained in:
David Braun 2017-12-06 14:38:07 -05:00
parent 4315a28f0c
commit e8c27056de
No known key found for this signature in database
GPG key ID: 5694EEC4D129BDCF
2 changed files with 23 additions and 2 deletions

View file

@ -13,11 +13,16 @@
"dependencies": {},
"devDependencies": {
"@nodeguy/assert": "0.1.4",
"eslint": "4.12.1",
"mocha": "4.0.1",
"nyc": "11.3.0"
},
"homepage": "https://github.com/NodeGuy/channel",
"keywords": ["CSP", "channel", "concurrency"],
"keywords": [
"CSP",
"channel",
"concurrency"
],
"license": "Apache-2.0",
"main": "lib/index.js",
"repository": {
@ -33,6 +38,9 @@
"functions": 100,
"lines": 100,
"statements": 100,
"reporter": ["html", "text-summary"]
"reporter": [
"html",
"text-summary"
]
}
}