Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/grunt-bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.jshintrc b/.jshintrc
index bcad78f..3d6c2ca 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -2,13 +2,14 @@
"camelcase": true,
"curly": true,
"eqeqeq": true,
+ "esnext": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"node": true,
- "nonbsp": true,
"noempty": true,
+ "nonbsp": true,
"quotmark": "single",
"strict": true,
"sub": true,