diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-09-17 13:50:30 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-09-17 13:50:30 -0400 |
| commit | 65f81cb7ab2cc232019c080ab32a2bd051b31a68 (patch) | |
| tree | a3f299312bfa65a66a00b5cca395d82d04540657 | |
| parent | df9605a7139599d20bbb901c9aa5fefa44042abc (diff) | |
enable more jshint features
| -rw-r--r-- | .jshintrc | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,7 +1,11 @@ { "browser": true, "module": true, + "curly": true, "devel": true, "esversion": 6, - "strict": "global" + "freeze": true, + "futurehostile": true, + "strict": "global", + "varstmt": true } |
