@haptiq/stylelint-config
v0.6.0
Published
Shared Stylelint configuration for Haptiq projects.
Downloads
1,009
Maintainers
Readme
@haptiq/stylelint-config
Shared Stylelint configuration for Haptiq projects.
Requirements
- Node >= 24
- npm >= 11
- stylelint 17
Installation
npm install @haptiq/stylelint-config --save-devUsage
// stylelint.config.mjs
export default {
extends: ['@haptiq/stylelint-config']
};VS Code
Install the Stylelint extension and add the following to your .vscode/settings.json to enable linting for CSS and SCSS:
{
"stylelint.validate": ["css", "scss"]
}License
GPL-2.0-or-later
