npm stylelint-config-recommended-vue 2.0.0
v2.0.0

5 hours ago

Major Changes

  • #120 ad9d8a4 Thanks @ota-meshi! - Drop support for old Node.js versions. Node.js ^22.12 || >=24 is now required.

  • #125 701f17a Thanks @ota-meshi! - Migrate the package to ESM. On the supported Node.js versions, the configs can still be loaded from CommonJS via require(). The package now also defines an exports field; the /scss deep import keeps working both with and without the /index.js suffix.

  • #124 b3a363c Thanks @ota-meshi! - Move stylelint-config-recommended and stylelint-config-html from dependencies to peer dependencies, so that their versions are controlled by your project instead of always resolving to the latest release (#68). The stylelint-config-recommended-scss config used by the /scss entry is now declared as an optional peer dependency.

  • #123 a12a429 Thanks @ota-meshi! - Update peer dependencies: postcss-html now requires ^2.0.0, and stylelint now requires >=16.0.0. The stylelint-config-html dependency was also updated to require v2.

Don't miss a new stylelint-config-recommended-vue release

NewReleases is sending notifications on new releases.