TristonJ / eslint-plugin-prefer-arrow

ESLint plugin to prefer arrow functions
MIT License
54 stars 10 forks source link

Don't highlight entire function body #9

Closed mrjacobbloom closed 5 years ago

mrjacobbloom commented 5 years ago

Would it be possible to only highlight the word function and the arguments? I'm using the VSCode eslint addon and the entire function body is getting highlighted, which is distracting:

image

mrjacobbloom commented 5 years ago

never mind, it looks like other function style rules do this too