Run lint tests with regular test suite

See #1083
This commit is contained in:
Josh Bruce 2018-02-26 18:22:13 -05:00
parent 4252cad462
commit 35e3c2cb80

View File

@ -37,7 +37,7 @@
"uglify-js": "^3.3.10"
},
"scripts": {
"test": "node test",
"test": "node test && npm run test:lint",
"test:lint": "eslint lib/marked.js test/index.js",
"bench": "node test --bench",
"lint": "eslint --fix lib/marked.js test/index.js",