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:
npx eslint-transforms new-rule-format rules/
npx eslint . --fix
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. 😃
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:
npx eslint-transforms new-rule-format rules/
npx eslint . --fix
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. 😃