From 1007332a6854f66c0cbf60f477e064f615faaa74 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Fri, 18 Aug 2017 10:57:21 +1000 Subject: Move jshint config to package.json --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index e09b3a5..8aaa972 100644 --- a/package.json +++ b/package.json @@ -40,5 +40,12 @@ "sprintf-js": "^1.1.1", "strftime": "^0.10.0", "tmp": "0.0.31" + }, + "jshintConfig": { + "node": true, + "esversion": 6, + "indent": false, + "unused": true, + "white": false } } -- cgit v1.2.3-54-g00ecf