fix eslint

This commit is contained in:
poma 2019-07-19 05:16:56 +03:00
parent 8977fb5f3e
commit 0b06a02eee

View File

@ -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 <alexey@peppersec.com> (https://peppersec.com)",