You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed crafty cssLint crashing with ERR_MODULE_NOT_FOUND for resolve-from when upgrading to 1.30.0. The package was declared only as a devDependency in crafty-preset-stylelint and resolved at runtime only when hoisted transitively by another package in the consumer's tree. It is now vendored directly into crafty-preset-stylelint, matching the pattern already used by crafty-preset-eslint (#3175).