X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=blobdiff_plain;f=.eslintrc.json;h=85d91b66625c406af6d62f8c359b066171e44101;hb=ccf20390215167be7b2387076e229ff44cbda2cb;hp=99d7730958642838731ec7cc7b298e6f587af226;hpb=cf9e3c64b0a4058b504c5b944780966acb345549;p=lhc%2Fweb%2Fwiklou.git diff --git a/.eslintrc.json b/.eslintrc.json index 99d7730958..85d91b6662 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -10,7 +10,8 @@ "OO": false }, "rules": { - "dot-notation": 0, - "max-len": 0 + "quote-props": [ "error", "as-needed" ], + "max-len": "off", + "no-jquery/no-global-selector": "off" } }