Licence
MIT
Version
1.3.0
Deps
0
Size
5 kB
Vulns
0
Weekly
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",
};