diff options
author | Maxim Devaev <[email protected]> | 2024-08-27 01:48:52 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2024-08-27 01:48:52 +0300 |
commit | 308911191a839a24272b623160bb1628b8ce1880 (patch) | |
tree | 88027078c10a06e75b337e0c3f71ee780963cbe1 /testenv/tox.ini | |
parent | 0c213add4a8493b262a1cb508abf59a20cb4f459 (diff) |
testenv: restored eslint
Diffstat (limited to 'testenv/tox.ini')
-rw-r--r-- | testenv/tox.ini | 5 |
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 |