Skip to content
Snippets Groups Projects
Verified Commit a88f218e authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix command for eslint

(cherry picked from commit d28d4ab4)
parent a3f92897
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ commands =
poetry run isort -c --diff --stdout aleksis/
poetry run flake8 {posargs} aleksis/
node cache/node_modules/.bin/prettier --check .
node cache/node_modules/.bin/eslint **/*/assets/**/*.{js,vue}
node cache/node_modules/.bin/eslint aleksis/**/*/assets/**/*.{js,vue}
[testenv:security]
commands =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment