diff options
author | Marcin Chrzanowski <marcin.j.chrzanowski@gmail.com> | 2017-07-09 16:35:53 -0400 |
---|---|---|
committer | Marcin Chrzanowski <marcin.j.chrzanowski@gmail.com> | 2017-07-09 16:35:53 -0400 |
commit | aeb4e619a60c5f39cf70d6e29aee0bb226c35a11 (patch) | |
tree | 08df8cf91084e1c6f8c72b047e2b53b03ce4804f | |
parent | 606a177f0d0fd03fb8ac8899e67c0d4083b93ba6 (diff) |
Add eslint script
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
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", |