X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=.eslintrc.json;h=844895d12c1eb0264af7e1fa4d0b17c1b8da44e9;hp=64b5ea783575a224be288bd14d6488faab5c7e40;hb=c72a5e5ef4492e972a565a8aa26c3661f6479a9b;hpb=49748181dd56ec97e7ba7c13e684a16abceb3cc0 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 } }