sindresorhus / eslint-plugin-unicorn

More than 100 powerful ESLint rules
MIT License
4.19k stars 361 forks source link

Recognize "jQuery" in `prevent-abbreviations` #2375

Open fregante opened 3 months ago

fregante commented 3 months ago
class jQueryEvent {}

is changed to:

class indexQueryEvent {}

by the prevent-abbreviations rule.

Related: