Skip to content

Instantly share code, notes, and snippets.

View adrienharnay's full-sized avatar

Adrien HARNAY adrienharnay

View GitHub Profile
@samuells
samuells / .stylelintrc
Created November 4, 2018 15:46
Linting SCSS files with settings for orders in logical chunks
{
"extends": [
"stylelint-config-standard",
"stylelint-config-sass-guidelines",
"./node_modules/prettier-stylelint/config.js"
],
"plugins": [
"stylelint-scss",
"stylelint-order",
"stylelint-a11y",