Skip to content

Commit

Permalink
Fix lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
logandk committed Oct 5, 2023
1 parent 48c8d58 commit d0dca87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"test": "istanbul cover -x '*.test.js' node_modules/mocha/bin/_mocha '*.test.js' -- -R spec",
"lint": "eslint *.js",
"pytest": "py.test --cov=serve --cov=requirements --cov=wsgi_handler --cov=serverless_wsgi --cov-report=html",
"pylint": "flake8 --exclude node_modules --exclude .devenv"
"pylint": "flake8 --exclude node_modules,.devenv"
},
"devDependencies": {
"chai": "^4.3.10",
Expand Down

0 comments on commit d0dca87

Please sign in to comment.