storj/web/storagenode/.stylelintignore
Egon Elbre e5977ec849 web/: add custom linter for requiring @vue/component
Also ignore coverage folder for linting. I had to add a new
.stylelintignore file, because ignoreFiles property was not properly
working.

Change-Id: Iadd99b64eadd9c4103f750519263113ae8780ce1
2021-09-01 13:56:37 +00:00

11 lines
76 B
Plaintext

*.*
!*.vue
!*.css
!*.sss
!*.less
!*.scss
!*.sass
dist
node_modules
coverage