diff --git a/.eslintrc.json b/.eslintrc.json index 0257f95..bd48fb8 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -27,7 +27,7 @@ "import/no-unused-modules": "off", // Executable scripts should have a shebang - "n/shebang": "off" + "n/hashbang": "off" } } ]