Skip to content

Commit 585736b

Browse files
committed
Remove deps from eslint tox target
By default, the eslint inherits deps from the base target. Set to an empty list to avoid install unnecessary packages to run eslint.
1 parent c7c44d9 commit 585736b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ skip_install = true
4747

4848
[testenv:eslint]
4949
commands = make eslint
50+
deps =
5051
skip_install = true
5152

5253
[testenv:readme]

0 commit comments

Comments
 (0)