mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
terminal window
This commit is contained in:
3
testenv/linters/htmlhint.json
Normal file
3
testenv/linters/htmlhint.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"src-not-empty": false
|
||||
}
|
||||
@@ -58,4 +58,4 @@ commands = eslint --cache-location=/tmp --config=testenv/linters/eslintrc.yaml -
|
||||
|
||||
[testenv:htmlhint]
|
||||
whitelist_externals = htmlhint
|
||||
commands = htmlhint web/*.html web/*/*.html
|
||||
commands = htmlhint --config=testenv/linters/htmlhint.json web/*.html web/*/*.html
|
||||
|
||||
Reference in New Issue
Block a user