Browse Source

Ignore venv from stylelint

`coverage` ships with a `style.scss`, which `stylelint` attempts to lint.
Jake Howard 4 years ago
parent
commit
897ef63b01
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .stylelintrc.yaml

+ 1 - 0
.stylelintrc.yaml

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