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
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"
}