Skip to content

Latest commit

 

History

History

stylelint-config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

@getaround-eu/stylelint-config npm CircleCI

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