edvinasjurele / stylelint-config

Stylelint configuration based on stylelint-config-recommended-scss.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stylelint configuration

Slightly customized stylelint configuration based on stylelint-config-recommended-scss.

Installation

  1. Add .stylelintrc, .stylelintignore to project root
  2. Run:
yarn add -D stylelint stylelint-scss stylelint-config-recommended-scss

package.json script

You can add the following script to package.json to start using stylelint rightaway:

  "lint:css": "stylelint '**/*.*'",

About

Stylelint configuration based on stylelint-config-recommended-scss.