Browse by tag: tooling
2019-07-05
Disabling a rule Get the rule to be disabled. If using VSCode, you can see this when hovering over the error Disable eslint rule Add to your…
2020-05-01
If your dev tools source code looks like this,
you need source maps! BEFORE: Webpack react before source maps any of the values here:
https…
2020-06-29
Tired of webpack config for setting up a React project? 😫 Try Parcel! Parcel is a zero-config fast bundler.
Everything just works out-of…
2020-11-10
VSCode ESLint code actions on save I find that I'm setting up ESLint and Prettier way too often nowadays, fumbling through blog posts, stack…