diff --git a/package.json b/package.json index 9e50fab..fa6c446 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "start": "node index.js", - "eslint": "npx eslint .", + "eslint": "npx eslint --ignore-path .gitignore .", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Alexey Pertsev (https://peppersec.com)",