TeachLAFrontend
TeachLAFrontend copied to clipboard
Stop ignoring stylelint rules that should be active
- "scss/at-import-partial-extension-blacklist": null,
- "declaration-property-value-disallowed-list": null,
- "selector-class-pattern": null
Also, make sure that we are using npm ci rather than npm install
Eslint is allowing unused imports :((