X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=.eslintrc.json;h=85d91b66625c406af6d62f8c359b066171e44101;hb=3f16fda078025ccf2716f0a6bf10a650244c9d89;hp=0c0a7b5d79ad31259c5b7c6257b192e56fcf04d0;hpb=612f48ca5b764df9b6f77ee8b482a73b99f6e819;p=lhc%2Fweb%2Fwiklou.git diff --git a/.eslintrc.json b/.eslintrc.json index 0c0a7b5d79..85d91b6662 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -12,6 +12,6 @@ "rules": { "quote-props": [ "error", "as-needed" ], "max-len": "off", - "jquery/no-global-selector": "off" + "no-jquery/no-global-selector": "off" } }