diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ deps = [testenv:eslint] whitelist_externals = eslint -commands = eslint --config=eslintrc.yaml --color web/js +commands = eslint --config=eslintrc.yaml --color --ext .js web/js [testenv:htmlhint] whitelist_externals = htmlhint |