dangreenisrael / eslint-plugin-jest-formatting

ESLint rules for formatting test suites written for jest.
MIT License
156 stars 13 forks source link

chore(readme): remove `$` to make commands copy-pasteable #114

Closed mrazauskas closed 1 year ago

mrazauskas commented 1 year ago

Thanks for the plugin!

Just an idea: GitHub add copy button to all code blocks in MD files. I just used that button to copy Yarn command and hit: "command not found: $". Removing the $ fro both commands makes them more copy-pasteable.

I understand that same Readme.md will be visible on NPM and that NPM does not have similar button. User has to select the command manually. Still someone could select the $ and get the same error.

This is just a detail. Feel free to close (;