0.1.1 • Published 3 years ago

@indiealistic/stylelint-config-ids v0.1.1

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

stylelint-config-ids

To use stylelint-config-ids, first install the package:

yarn add @indiealistic/stylelint-config-ids

then add a .stylelintrc.js file which extends IDS config:

module.exports = {
  extends: ['@indiealistic/stylelint-config-ids'],
};