X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.eslintrc;h=2153335c5ebfd5164e4f1b88eded5fc72bd0ff11;hb=107efcc6655b5a4409fc5db3da90869d6881a195;hp=96ad1d130576553ee12baf3614993f850fb908e5;hpb=6ce0bca57a96ef920df4e0786d8f28b0b89a36ef;p=e-mobility-charging-stations-simulator.git diff --git a/.eslintrc b/.eslintrc index 96ad1d13..2153335c 100644 --- a/.eslintrc +++ b/.eslintrc @@ -30,11 +30,16 @@ 2, { "SwitchCase": 1, + "CallExpression": { + "arguments": 1 + }, "FunctionDeclaration": { - "parameters": 2 + "parameters": 2, + "body": 1 }, "FunctionExpression": { - "parameters": 2 + "parameters": 2, + "body": 1 } } ], @@ -215,7 +220,7 @@ ], "extends": "plugin:node/recommended", "rules": { - "node/shebang" : "off", + "node/shebang": "off", "@typescript-eslint/no-unused-vars": "off", "@typescript-eslint/no-var-requires": "off" }