X-Git-Url: http://git.cyclocoop.org//%22javascript:ModifierStyle%28%27%22.%24id.%22%27%29/%22?a=blobdiff_plain;f=.eslintrc.json;h=85d91b66625c406af6d62f8c359b066171e44101;hb=d03a6d3519035c44cab958a82f59b9e65486eff0;hp=0c0a7b5d79ad31259c5b7c6257b192e56fcf04d0;hpb=4f4b109dcbcfd6e835390423cb69b3625985855e;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" } }