X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=.jscsrc;h=3f7e90d209cf549d02ddd39a88ed1843027f3f5b;hp=116c5cfbc87570a98e60ba313f29c4b78735b171;hb=db710685dd65afe0cbe522463b255a66d0d2b712;hpb=40a628a501fc05bb00e834fe359ca4061925f320 diff --git a/.jscsrc b/.jscsrc index 116c5cfbc8..3f7e90d209 100644 --- a/.jscsrc +++ b/.jscsrc @@ -4,14 +4,12 @@ "requireVarDeclFirst": null, - "disallowQuotedKeysInObjects": "allButReserved", "requireDotNotation": { "allExcept": [ "keywords" ] }, "jsDoc": { "checkAnnotations": { "preset": "jsduck5", "extra": { "context": "some", - "source": "some", "see": "some" } },