X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=.eslintrc.json;h=0c0a7b5d79ad31259c5b7c6257b192e56fcf04d0;hb=bce938566d696b2040ca119a105b56ec5cd0b224;hp=99d7730958642838731ec7cc7b298e6f587af226;hpb=7ddab17aac1103fa080b50759ab6ca906caa554e;p=lhc%2Fweb%2Fwiklou.git diff --git a/.eslintrc.json b/.eslintrc.json index 99d7730958..0c0a7b5d79 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", + "jquery/no-global-selector": "off" } }