jenkins-bot has submitted this change and it was merged.

Change subject: The JSON standard does not allow comments
......................................................................


The JSON standard does not allow comments

Change-Id: I1e62bae8c38251c3ac1e94f0fb51bdeaaa6e39fc
---
M .jshintrc
1 file changed, 0 insertions(+), 11 deletions(-)

Approvals:
  Santhosh: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/.jshintrc b/.jshintrc
index b6a0f58..d7649a3 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -1,7 +1,4 @@
 {
-       /* Common */
-
-       // Enforcing
        "camelcase": true,
        "curly": true,
        "eqeqeq": true,
@@ -15,23 +12,15 @@
        "trailing": true,
        "undef": true,
        "unused": true,
-       // Legacy
        "onevar": true,
-
-       /* Local */
-
-       // Enforcing
        "bitwise": true,
        "forin": false,
        "regexp": false,
        "strict": true,
-       // Relaxing
        "laxbreak": true,
        "smarttabs": true,
        "multistr": true,
-       // Environment
        "browser": true,
-
        "predef": [
                "mediaWiki",
                "jQuery",

-- 
To view, visit https://gerrit.wikimedia.org/r/102650
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I1e62bae8c38251c3ac1e94f0fb51bdeaaa6e39fc
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/TwnMainPage
Gerrit-Branch: master
Gerrit-Owner: Siebrand <siebr...@wikimedia.org>
Gerrit-Reviewer: Santhosh <santhosh.thottin...@gmail.com>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to