What if you could catch and fix your bugs before you even run your program. What if you could write code that has the same syntax and follows the s...
For further actions, you may consider blocking this person and/or reporting abuse
Went through a lot of eslint + prettier tutorials without much luck... and this cleared up so much for me. Nice touch on the a11y validation for
href
s insideLink
components; that was driving me crazy!Glad you found it helpful!!!
You don't need the red line any more. You only need the blue one according to the update.
Ref: eslint-config-prettier - CHANGELOG.md Version 8.0.0 (2021-02-21)
Thanks for the article. I guess you forgot to add
simple-import-sort rule definitions changed from
'simple-import-sort/sort'
to'simple-import-sort/imports'
Typo:
Simply go to your >>> .eslint.js <<< and add our custom rules for it.
This is beyond amazing! Thanks for putting out such a well thought out article with clear reasoning.
The best tutorial to configure eslint + prettier and eslint-plugin-simple-import-sort changed my life haha. Congratulations!
Great article. What about adding a tsconfig.json (by running tsc --init)...
thanks!
Love how simple and easy was to set up everything thanks to your post.!
simple and cool, Thanks