AtomLinter / linter-stylelint

A plugin for Atom Linter providing an interface to stylelint.

Home Page:https://atom.io/packages/linter-stylelint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add stylelint-config-prettier as a default option

brandonkal opened this issue · comments

It is great that we can check "Use Standard" to use stylelint-config-standard when no configuration is found. But stylelint-config-standard is incompatible with Prettier. Stylelint complains about certain rules that Prettier recreates on save.

linter-stylelint should add a "Prettier Integration" option to extend stylelint-config-standard with stylelint-config-prettier to keep these two plugins working together happily without having to install a config for every file.

Closing as I no longer use Atom.