diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 7 insertions, 0 deletions
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 } } |