design-system
design-system copied to clipboard
[ESLint] Add Sass parser
The current ESLint package is able to parse HTML and TS, not Sass. THis ticket is to add a new ESLint parser for Sass using sass-parser and adapting the output to expected AST format: https://eslint.org/docs/latest/extend/custom-parsers
- [ ] Depends on #4482