X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=.jscsrc;h=3f7e90d209cf549d02ddd39a88ed1843027f3f5b;hb=8e9d2e93caf1540d325ccc4fd2d9c8da7f4f9cfe;hp=116c5cfbc87570a98e60ba313f29c4b78735b171;hpb=ae69acacf567077b3f49d1fe6c3f3770e72a9093;p=lhc%2Fweb%2Fwiklou.git 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" } },