eslint-plugin-angular
eslint-plugin-angular copied to clipboard
Unused parameter flags entire function
When adding a new parameter to a controller constructor, the entire function shows up with red squigglies (VS Code). It would be nicer if only the unused parameter showed with the squigglies.
Could you copy paste here a snippet of code ?