prettier-stylelint
prettier-stylelint copied to clipboard
code > prettier > stylelint > formatted code
I'm getting indentation issue when I'm using prettier-vscode with pettier-stylelint and autosave activated. When I'm saving my document, all the indentation goes bad. But if I'm running `prettier-stylelint --write -q...
.supply-link:disabled { .supply-link; color: @disabled-color; } ----> .supply-link:disabled { .supply-link color: @disabled-color; } That is miss supply-link semicolon =============================== &--over { .background-color(green) !important; &-forbidden { .background-color(red) !important; } --------------> &--over...
Started getting error `Undefined rule font-family-no-missing-generic-family-keyword ` on format after updating `stylelint-config-standard`, probably outdated stylelint version?
There should be a rule that enables to add empty line after opening brace ``` .title-wrapper { background-color: @theme-white; .__back { .back-chevron { background-color: @theme-white; .back-icon { color: @theme-dos; }...
prettier-atom will soon have support for [prettier.formatWithCursor](https://prettier.io/docs/en/api.html#prettierformatwithcursorsource-options). However, in certain situation's it has a fallback to this package. In order to support cursor retention in all cases, this package needs...
Could we possible update the check for parser forcing the config to use `postcss`? Just in case we would like to update it to what prettier now utilizes we can...
Prettier can determine the parser perfectly fine, and it can also be defined in the prettier config file.
- Update Prettier and test - Fixed `prettierOptions.parser`(see codes) - Fixed document about usage - Resolve `stylelint` config from `stylelintConfig` option - Add `configBasedir` option