Error MD009/no-trailing-spaces #1554
dakshdeepHERE
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I was getting this error when I was running the command
yarn lint
and as my code was very big so finding the white space was very tough then I found a amazing feature build in the IDE that I was using which was VScode in my case but don't worry I will mention other IDEs too where you can run commands to solve this issue.Visual Studio Code
Sublime Tex
Command line
Once you have removed the trailing spaces, you should be able to run your linter tool again without encountering the "MD009/no-trailing-spaces" error.
Hope this will help someone who's facing this issue in future.☺️
Beta Was this translation helpful? Give feedback.
All reactions