Exclude vendor CSS from SCSS Lint
This commit is contained in:
parent
be18785b12
commit
b4957fa34a
|
@ -1,6 +1,7 @@
|
|||
# Default application configuration that all configurations inherit from.
|
||||
|
||||
scss_files: "_sass/**/*.scss"
|
||||
exclude: "_sass/vendor/**"
|
||||
plugin_directories: ['.scss-linters']
|
||||
|
||||
# List of gem names to load custom linters from (make sure they are already
|
||||
|
|
Loading…
Reference in New Issue