X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=.eslintrc.json;h=844895d12c1eb0264af7e1fa4d0b17c1b8da44e9;hb=ac8d0d9bcda4cf8132e088af2f847c026b9fe1ef;hp=64b5ea783575a224be288bd14d6488faab5c7e40;hpb=01e599dd8782f318e760a44bd9eb3d22960c65e5;p=lhc%2Fweb%2Fwiklou.git diff --git a/.eslintrc.json b/.eslintrc.json index 64b5ea7835..844895d12c 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -11,6 +11,7 @@ "OO": false }, "rules": { - "dot-notation": 0 + "dot-notation": 0, + "max-len": 0 } }