
typescript-eslint with Josh Goldberg
PodRocket - A web development podcast from LogRocket
00:00
How to Enforce Rules in JavaScript
Most ES them plugins expose some kind of recommended preset that you can extend from in your config. In v6, our most recent major, we changed our configs in a couple ways. One is now we have three basic configs that you might want to extend from: recommended, strict and stylistic. Strict is a super set of recommended. It's just the recommended rules plus some ones that are a little harder to align with but are really nice. Then there's a separate new stylistic config, which is all of our stylistic recommendations don't yell at us. This is how we like to do things and think most types of projects generally do.
Transcript
Play full episode