stylelint-no-unresolved-module

Ensures that module (import-like or `url`) can be resolved to a module on the file system.

MIT License

Downloads
29.9K
Stars
8
Committers
1
stylelint-no-unresolved-module - v2.3.0 Latest Release

Published by niksy 2 months ago

  • Add support for Sass pkg: URLs
  • Expand condition names to include default export
stylelint-no-unresolved-module - v2.2.2

Published by niksy 8 months ago

Changed

  • Allow Stylelint 16 as peer dependancy
stylelint-no-unresolved-module - v2.2.1

Published by niksy about 1 year ago

Fixed

  • Ignore data URLs
    (#4)
stylelint-no-unresolved-module - v2.2.0

Published by niksy about 1 year ago

Changed

  • Allow Stylelint 15 as peer dependancy
  • Update import statements to be ESM compatible
  • Use pure ESM as default
  • Upgrade package
stylelint-no-unresolved-module - v2.1.0

Published by niksy over 1 year ago

Added

  • Support for enhanced-resolve roots option
stylelint-no-unresolved-module - v2.0.0

Published by niksy about 3 years ago

Added

  • TypeScript types

Changed

  • Breaking: Supports Node >= 12
  • Breaking: Supports Stylelint >= 14
  • Upgrade package
stylelint-no-unresolved-module - v1.1.1

Published by niksy almost 4 years ago

Fixed

  • Parsing unqouted url values
stylelint-no-unresolved-module - v1.1.0

Published by niksy almost 4 years ago

Changed

  • Allow array of aliases

Fixed

  • Skip checking interpolated strings
stylelint-no-unresolved-module - v1.0.1

Published by niksy almost 4 years ago

Fixed

  • Make fixtures node_modules available in project
    (#1)
stylelint-no-unresolved-module - v1.0.0

Published by niksy almost 4 years ago

Added

  • Initial implementation