X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=.eslintrc.json;h=844895d12c1eb0264af7e1fa4d0b17c1b8da44e9;hb=6129d1d704a9833b23c92a371fe54475323cc190;hp=64b5ea783575a224be288bd14d6488faab5c7e40;hpb=766d795f27df5f956e9d48bba63c4bfe3848ba86;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 } }