@lomray/stylelint-config
v3.0.0
Published
This package provides Lomray stylelint config as an extensible shared config.
Maintainers
Readme
stylelint-config
This package provides Lomray base stylelint config as an extensible shared config.
Requires Node.js 20.19.0 or newer and Stylelint 17. Prettier 3 and PostCSS 8 are peer dependencies of the included plugins and SCSS config.
Usage
- Install the package and its peers:
npm i --save-dev @lomray/stylelint-config stylelint@^17.0.0 prettier@^3.0.0 postcss@^8.3.3- Add a
stylelint.config.jsin a project with"type": "module"inpackage.json(or usestylelint.config.mjs):
export default {
extends: ['@lomray/stylelint-config'],
};