aboutsummaryrefslogtreecommitdiff
path: root/.jshintrc
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 /.jshintrc
parent7ebe292cc79f580246d365cd0da93f80294b48f0 (diff)
downloadfengari-1007332a6854f66c0cbf60f477e064f615faaa74.tar.gz
fengari-1007332a6854f66c0cbf60f477e064f615faaa74.tar.bz2
fengari-1007332a6854f66c0cbf60f477e064f615faaa74.zip
Move jshint config to package.json
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc7
1 files changed, 0 insertions, 7 deletions
diff --git a/.jshintrc b/.jshintrc
deleted file mode 100644
index 77a397d..0000000
--- a/.jshintrc
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "node": true,
- "esversion": 6,
- "indent": false,
- "unused": true,
- "white": false
-}