dgraham / eslint-plugin-jquery

Disallow jQuery functions with native equivalents.
MIT License
209 stars 22 forks source link

Refactor to use new rule format #20

Closed macklinu closed 5 years ago

macklinu commented 6 years ago

This PR refactors the codebase to use ESLint's "new rule format". This refactor was automated by the eslint-transforms tool. My steps for refactoring:

I haven't seen any documentation from ESLint in terms of the old rule format being unsupported, but I wanted to open this PR to keep the codebase up-to-date.

There are a lot of whitespace changes in this PR, so appending ?w=1 to the PR URL will help make this PR easier to review. Thanks, let me know if you have any questions. 😃