You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the scsslint task, it's validating multiple .scss files, including those outside the specified folder inside allFiles. However, inside the options object, the exclude method is working fine, excluding the specified directory.
When I run the scsslint task, it's validating multiple .scss files, including those outside the specified folder inside
allFiles
. However, inside the options object, the exclude method is working fine, excluding the specified directory.This is my config:
It's reading even .scss files inside the node_modules folder, wich has nothing to do with my project at all. Is there anything I'm doing wrong?
The text was updated successfully, but these errors were encountered: