From 43737453987b69f8f8f9880bc8aa9b817cb165d4 Mon Sep 17 00:00:00 2001 From: Jared Kerim Date: Fri, 24 Jun 2016 20:01:58 +0000 Subject: [PATCH] Lint tests as well --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 86d3c63..69621a4 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A Javascript library for parsing metadata in a Web Page.", "main": "parser.js", "scripts": { - "test:lint": "./node_modules/eslint/bin/eslint.js ./parser.js", + "test:lint": "./node_modules/eslint/bin/eslint.js ./*.js ./tests/*.js", "test:mocha": "./node_modules/istanbul/lib/cli.js cover _mocha --report lcovonly -- tests/* -R spec", "test": "./node_modules/npm-run-all/bin/npm-run-all/index.js test:*", "cover": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"