X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.eslintrc.json;h=21d94099589070e9893a2edea0fdcc25d97cdca4;hb=d557022543fd191373c3d0eafee5bcdbe0b70fd3;hp=f6961477df141311a3c310a1f1ddf69f7c9e19cc;hpb=d7ed7beeb3d9e27c04a3006ec0ead9b92e26e33d;p=e-mobility-charging-stations-simulator.git diff --git a/.eslintrc.json b/.eslintrc.json index f6961477..21d94099 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -176,9 +176,9 @@ }, { "files": ["**/*.js"], - "extends": "plugin:node/recommended", + "extends": "plugin:n/recommended", "rules": { - "node/shebang": "off" + "n/shebang": "off" } } ]