From aeb4e619a60c5f39cf70d6e29aee0bb226c35a11 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Sun, 9 Jul 2017 16:35:53 -0400 Subject: Add eslint script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 395a181..0d70a85 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "Dice expression parser and evaluator", "main": "index.js", "scripts": { - "test": "jest" + "test": "jest", + "lint": "eslint ." }, "repository": { "type": "git", -- cgit v1.2.3