1.3.0 • Published 2 years ago

@inveniem/stylelint-config v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@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",
};