Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

pagerinc/eslint-plugin-css-modules

 
 

Repository files navigation

This fork fixes a problem in the original (no longer maintained) repo, where a .scss file would cause eslint errors if it included modern syntax such as @use. It also adds some niceties, such as:

  • Throws an error if the imported file cannot be found (silent failure in the original repo)
  • Throws an error if the imported file cannot be parsed (silent failure in the original repo)

Please check the documentation for the original repo here.

About

Checks that you are using the existent css/scss classes, no more no less

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.8%
  • SCSS 4.0%
  • Less 0.2%