@getaround-eu/stylelint-config
v3.0.1
Published
Shareable stylelint config for Getaround's projects
Downloads
11,681
Readme
@getaround-eu/stylelint-config
Shareable stylelint config for Getaround's projects.
yarn add -D @getaround-eu/stylelint-config
npm install -D @getaround-eu/stylelint-config
pnpm install -D @getaround-eu/stylelint-config
Usage
In a .stylelintrc.json
:
{
"extends": "@getaround-eu/stylelint-config"
}
Or in order to be extended, in a .stylelintrc.js
:
module.exports = {
extends: "@getaround-eu/stylelint-config"
}