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

Change subject: Make the .jshintrc valid json
......................................................................


Make the .jshintrc valid json

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

Approvals:
  KartikMistry: 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/102672
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I222c5122926fc25f3b3faa7e66d85f32922c4997
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/UniversalLanguageSelector
Gerrit-Branch: master
Gerrit-Owner: Santhosh <[email protected]>
Gerrit-Reviewer: KartikMistry <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to