@r2f/stylelint-config
v1.0.1-alpha.9
Published
Stylelint configuration
Readme
@r2f/stylelint-config
This package includes the stylelint configuration.
Usage
npm install @r2f/stylelint-config --save-dev
npx install-peerdeps --dev @r2f/stylelint-configor
yarn add @r2f/stylelint-config --dev
npx install-peerdeps --dev @r2f/stylelint-configThen create a file named .stylelintrc.js with following contents
in the root folder of your project:
module.exports = {
extends: '@r2f/stylelint-config',
};