@inveniem/stylelint-config
v1.3.0
Published
Inveniem's reusable Stylelint configuration
Downloads
3
Readme
@inveniem/stylelint-config
This package provides Inveniem's Stylelint configuration as an extensible shared configuration.
Usage
- Run
yarn --dev @inveniem/stylelint-config
- Run
npx install-peerdeps --dev @inveniem/stylelint-config
- Create an .stylelintrc.js file with the following contents:
module.exports = {
extends: "@inveniem/stylelint-config",
};