Hi, I'm using v0.2.2. I'm trying to use the yml from Bootstrap but the yml file is not loading when I run grunt sasslint command. I'm using the exact file that you can get in Bootstrap repo except different indentation settings (4 space)
Indentation:
enabled: true
allow_non_nested_indentation: false
character: space # or 'tab'
width: 4
Hi, I'm using v0.2.2. I'm trying to use the yml from Bootstrap but the yml file is not loading when I run
grunt sasslint
command. I'm using the exact file that you can get in Bootstrap repo except different indentation settings (4 space)My
Gruntfile.js
My directory tree
If you need to know anything else, please ask. Thank you.