block-closing-brace-newline-after #4
Unanswered
kevinblackdesk
asked this question in
Q&A
Replies: 1 comment 6 replies
-
The extension uses prettier under the hood to format code. Any formatting issue could be an issue with prettier, hence I disabled the issues section. And the output is how prettier formats the code. You can try the code here. https://prettier.io/playground/. You might want to install/use this plugin https://github.com/prettier/stylelint-prettier to fix the errors or manually add the rule |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Saw no issues on this repository so I'm posting this here.
VSCode: 1.52.1
SCSS Formatter: v2.1.0
gets formatted to
However.. when I run
stylelint "resources/assets/**/*.scss"
I get the following error's:Howcome?
Beta Was this translation helpful? Give feedback.
All reactions