Ignore venv from stylelint

`coverage` ships with a `style.scss`, which `stylelint` attempts to lint.
pull/6967/head
Jake Howard 2021-03-12 13:07:27 +00:00 zatwierdzone przez Karl Hobley
rodzic 1ff679f861
commit 897ef63b01
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -1,5 +1,6 @@
ignoreFiles:
- node_modules
- build/**/*
- venv/**/*
extends:
- '@wagtail/stylelint-config-wagtail'