I am getting linting error when trying to use SCSS maps, specifically map.get()
.
I am currently using the "stylelint" extension for Visual Studio Code in combination with Create React App build environment.
map.get($foo, bar);
stylint is returning an error for the .
between map
and get()
Error: semi-colon expectedscss(css-semicolonexpected)