X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=blobdiff_plain;f=.eslintrc.json;h=85d91b66625c406af6d62f8c359b066171e44101;hb=260a734173bcc6b414aafb92de559505fe47bafc;hp=97f7c3124848fb2018949e83a377795affbc0ff0;hpb=bd7886961820d5f369029a007c6a75866fde5f19;p=lhc%2Fweb%2Fwiklou.git diff --git a/.eslintrc.json b/.eslintrc.json index 97f7c31248..85d91b6662 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -10,6 +10,8 @@ "OO": false }, "rules": { - "max-len": 0 + "quote-props": [ "error", "as-needed" ], + "max-len": "off", + "no-jquery/no-global-selector": "off" } }