summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-09-17 13:50:30 -0400
committerDaniel Micay <danielmicay@gmail.com>2020-09-17 13:50:30 -0400
commit65f81cb7ab2cc232019c080ab32a2bd051b31a68 (patch)
treea3f299312bfa65a66a00b5cca395d82d04540657
parentdf9605a7139599d20bbb901c9aa5fefa44042abc (diff)
enable more jshint features
-rw-r--r--.jshintrc6
1 files changed, 5 insertions, 1 deletions
diff --git a/.jshintrc b/.jshintrc
index 5379688d..6683ba3c 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -1,7 +1,11 @@
{
"browser": true,
"module": true,
+ "curly": true,
"devel": true,
"esversion": 6,
- "strict": "global"
+ "freeze": true,
+ "futurehostile": true,
+ "strict": "global",
+ "varstmt": true
}