1.3.0 • Published 3 years ago
@inveniem/stylelint-config v1.3.0
@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",
};