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