StyleLint Settings

This document describes stylelint setting according linter stylelint.io.

Editor plugins

You can try to find stylelint plugin in your editor package manager. For more info please visit stylelint.io user guide

Check and fix all files

If you want to fix all files in your command line, you can use this command:

php phing stylelint-fix

Used stylelint rules

All rules are defined at .stylelintrc:

Excluded files

You can define and exclude unneeded files at .stylelintignore file. By default we exclude generated and third party plugin files. These files are excluded during fixing standards in command line.