aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2017-08-18 10:57:21 +1000
committerdaurnimator <quae@daurnimator.com>2017-08-18 10:57:21 +1000
commit1007332a6854f66c0cbf60f477e064f615faaa74 (patch)
treeef3ee727fae605e517c82b71ff38370588e7ba85 /package.json
parent7ebe292cc79f580246d365cd0da93f80294b48f0 (diff)
downloadfengari-1007332a6854f66c0cbf60f477e064f615faaa74.tar.gz
fengari-1007332a6854f66c0cbf60f477e064f615faaa74.tar.bz2
fengari-1007332a6854f66c0cbf60f477e064f615faaa74.zip
Move jshint config to package.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
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
}
}