mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
testenv: restored eslint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user