stylelint-config-landr
v1.0.0
Published
LANDR's shareable Stylelint configuration
Downloads
100
Maintainers
Readme
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'],
};