question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

stylelint fix findings

See original GitHub issue

Hi,

is there a possibility to have findings like whitespaces in comments as specified in rule scss/double-slash-comment-whitespace-inside fixed automatically?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:18

github_iconTop GitHub Comments

3reactions
kristerkaricommented, Mar 31, 2018

This has been released in 3.0.0. Thanks for helping!

1reaction
jeddy3commented, Jun 28, 2017

stylelint-order is the first plugin (pack) I know of to add support for --fix.

Enabling plugins to autofix their violations is one of the driving forces behind adding the feature to stylelint.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Options - Stylelint
Automatically fix, where possible, problems reported by rules. For CSS with standard syntax, Stylelint uses postcss-safe-parser to fix syntax errors. When using ...
Read more >
stylelint fix findings · Issue #122 - GitHub
Hi,. is there a possibility to have findings like whitespaces in comments as specified in rule scss/double-slash-comment-whitespace-inside fixed ...
Read more >
How to CSS Lint & Auto-fix using Stickler and Stylelint - Medium
Just run npx stylelint css/styles.css --fix to fix your lint errors in your css/styles.css file. Remember to give the correct path of your...
Read more >
How do I set stylelint to fix errors automatically? - Stack Overflow
auto-correct options for Stylelint. It fixes all issues for me. To check the errors first: npx stylelint "**/*.{css,scss}".
Read more >
Developers - stylelint fix findings - - Bountysource
stylelint fix findings ... Hi,. is there a possibility to have findings like whitespaces in comments as specified in rule scss/double-slash- ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found