npm.io
1.3.0 • Published 3 years ago

@inveniem/stylelint-config

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

  1. Run yarn --dev @inveniem/stylelint-config
  2. Run npx install-peerdeps --dev @inveniem/stylelint-config
  3. Create an .stylelintrc.js file with the following contents:
module.exports = {
  extends: "@inveniem/stylelint-config",
};