Skip to content
Snippets Groups Projects
.stylelintrc.json 297 B
Newer Older
AlexandrValgamov's avatar
AlexandrValgamov committed
{
  "plugins": [
    "stylelint-order"
  ],

  "extends": [
    "stylelint-config-standard",
    "stylelint-config-styled-components",
    "stylelint-config-recommended",
    "stylelint-config-standard-scss",
    "stylelint-config-recess-order"
  ],
  
  "customSyntax": "postcss-styled-syntax"
}