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