The 3 Best ESLint No-Unused-Vars Option Settings (Make it Less Strict?)
The no-unused-vars rule is one of the most important ESLint rules for keeping code clean. However, there are a few cases where we want exceptions to the rule. Also, we may want to change the default “eslint: recommended” values. My three favorite options are below: Allowing unused sibling values when using the Rest property Allowing … Read more