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:
authorXhmikosR <xhmikosr@gmail.com>2015-02-05 14:38:23 +0300
committerXhmikosR <xhmikosr@gmail.com>2016-01-02 09:03:04 +0300
commit755f1dfba28081223a1f1a1890223a133bc5130f (patch)
treeb7db5cce55d87b919aaf4a89268ca8a9d18f8110 /js/.jshintrc
parent141e1258ac4e4454171be9d3cd61a0dbd9eec4f0 (diff)
Add grunt-eslint.eslint
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