@getaround-eu/stylelint-config
v4.0.1
Published
Shareable stylelint config for Getaround's projects
Readme
@getaround-eu/stylelint-config

[!IMPORTANT] :pushpin: This won't be maintained anymore. We moved to Biome. Please use @getaround-eu/biome-config instead.
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-configUsage
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"
}