Is this working?? I believe I have everything installed correctly, but I'm getting an error Beautifier not found: stylelint in VSCode. All my other Beautifiers seems to be working fine.
"SCSS": {
"beautifiers": [
"stylelint"
],
"stylelint": {
"prefer_beautifier_config": true,
"stylelint": {
"path": "/Users/mike/.nvm/versions/node/v6.11.0/lib/node_modules/stylelint"
}
},
"end_with_semicolon": true,
"indent_size": 2,
"indent_style": "space",
"max_preserve_newlines": 2,
"newline_between_rules": true,
"quotes": "single",
"space_after_anon_function": false,
"space_in_paren": true
}
Is this working?? I believe I have everything installed correctly, but I'm getting an error
Beautifier not found: stylelintin VSCode. All my other Beautifiers seems to be working fine.Here's my config: