aboutsummaryrefslogtreecommitdiffstats
path: root/src/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to 'src/.jshintrc')
-rw-r--r--src/.jshintrc12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/.jshintrc b/src/.jshintrc
index ef8723031..71e505e1d 100644
--- a/src/.jshintrc
+++ b/src/.jshintrc
@@ -1,18 +1,18 @@
{
+ "boss": true,
"curly": true,
+ "eqeqeq": true,
+ "eqnull": true,
"expr": true,
- "newcap": false,
+ "immed": true,
+ "noarg": true,
"quotmark": "double",
+ "smarttabs": true,
"trailing": true,
"undef": true,
"unused": true,
- "latedef": false,
- "eqeqeq": true,
- "maxerr": 100,
- "eqnull": true,
"sub": true,
- "boss": true,
"browser": true,
"es5": true,