Skip to content

Commit d0dca87

Browse files
committed
Fix lint command
1 parent 48c8d58 commit d0dca87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"test": "istanbul cover -x '*.test.js' node_modules/mocha/bin/_mocha '*.test.js' -- -R spec",
4545
"lint": "eslint *.js",
4646
"pytest": "py.test --cov=serve --cov=requirements --cov=wsgi_handler --cov=serverless_wsgi --cov-report=html",
47-
"pylint": "flake8 --exclude node_modules --exclude .devenv"
47+
"pylint": "flake8 --exclude node_modules,.devenv"
4848
},
4949
"devDependencies": {
5050
"chai": "^4.3.10",

0 commit comments

Comments
 (0)