titungdup / stylelint-prettier-setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install recommended VScode extensions

Run yarn

Prettier and stylelint runs on save

Package installed:

  • prettier
  • stylelint
  • stylelint-order (stylelint plugin)
  • stylelint-scss (stylelint plugin)
  • stylelint-config-prettier (stylelint config)
  • stylelint-config-rational-order (stylelint config)

Add stylelint standard config if you like

Configuration for stylelint yarn add --dev stylelint-config-standard

Configuration for stylelint-scss yarn add --dev stylelint-config-recommended-scss

About