summaryrefslogtreecommitdiff
path: root/testenv/tox.ini
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2024-08-27 01:48:52 +0300
committerMaxim Devaev <[email protected]>2024-08-27 01:48:52 +0300
commit308911191a839a24272b623160bb1628b8ce1880 (patch)
tree88027078c10a06e75b337e0c3f71ee780963cbe1 /testenv/tox.ini
parent0c213add4a8493b262a1cb508abf59a20cb4f459 (diff)
testenv: restored eslint
Diffstat (limited to 'testenv/tox.ini')
-rw-r--r--testenv/tox.ini5
1 files changed, 2 insertions, 3 deletions
diff --git a/testenv/tox.ini b/testenv/tox.ini
index 0d1ed571..5ca65f5d 100644
--- a/testenv/tox.ini
+++ b/testenv/tox.ini
@@ -1,6 +1,5 @@
[tox]
-envlist = flake8, pylint, mypy, vulture, pytest, htmlhint, shellcheck
-#envlist = flake8, pylint, mypy, vulture, pytest, eslint, htmlhint, shellcheck
+envlist = flake8, pylint, mypy, vulture, pytest, eslint, htmlhint, shellcheck
skipsdist = true
[testenv]
@@ -55,7 +54,7 @@ deps =
[testenv:eslint]
allowlist_externals = eslint
-commands = eslint --cache-location=/tmp --config=testenv/linters/eslintrc.yaml --color --ext .js web/share/js
+commands = eslint --cache-location=/tmp --config=testenv/linters/eslintrc.js --color web/share/js
[testenv:htmlhint]
allowlist_externals = htmlhint