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
Is it possible to ignore folders, like node_modules, from the home dir config file?
I tried the following but it didn't work. In the ~/.scss-lint.yml file, I put the following:
exclude:
- '*.css'
- 'node_modules/**'
This didn't work. It only worked if I put it in a project's .scss-lint.yml file. Is this intentional? I know the docs say the paths are relative to the config file. So this means that it's not possible to exclude node_modules for all projects, since it's definitely something that I don't mind being a global exclude?
The text was updated successfully, but these errors were encountered:
Is it possible to ignore folders, like node_modules, from the home dir config file?
I tried the following but it didn't work. In the
~/.scss-lint.yml
file, I put the following:This didn't work. It only worked if I put it in a project's
.scss-lint.yml
file. Is this intentional? I know the docs say the paths are relative to the config file. So this means that it's not possible to excludenode_modules
for all projects, since it's definitely something that I don't mind being a global exclude?The text was updated successfully, but these errors were encountered: