1.0.0 • Published 2 years ago

stylelint-config-landr v1.0.0

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

stylelint-config-landr

This package exposes the stylelint configuration used for LANDR projects.

Installation

Install stylelint-config-landr and all of its peer dependencies as dev dependencies of your project.

# Using yarn
yarn add stylelint stylelint-config-landr --dev

Add stylelint-config-landr as a value to the the extends array of your .stylelintrc.js config file.

module.exports = {
  extends: ['stylelint-config-landr'],
};