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

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'js/.jshintrc')
-rw-r--r--js/.jshintrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/js/.jshintrc b/js/.jshintrc
index 2eac213..4a5c377 100644
--- a/js/.jshintrc
+++ b/js/.jshintrc
@@ -1,13 +1,19 @@
{
"bitwise" : true,
"browser" : true,
+ "curly" : true,
"devel" : true,
"eqeqeq" : true,
"expr" : true,
"forin" : true,
"freeze" : true,
+ "immed" : true,
"latedef" : true,
+ "newcap" : true,
+ "noarg" : true,
"nonbsp" : true,
+ "noempty" : true,
+ "plusplus": false,
"strict" : true,
"undef" : true,
"unused" : true