brandongregoryscott / eslint-plugin-collation

ESLint plugin for making your code easier to read, with autofix and TypeScript support
https://eslint-plugin-collation.brandonscott.me
Apache License 2.0
4 stars 0 forks source link

Refactor to ESLint plugin #55

Closed brandongregoryscott closed 2 years ago

brandongregoryscott commented 2 years ago

Resolves #50

This refactors the project to be an ESLint plugin, which provides a lot of additional benefits under the hood (testing framework, automatic retry, editor suggestions/errors, bailing if a syntax error would be produced, and of course, a supportive community with awesome tools like eslint-remote-tester)

For the remaining rules, other replacements have been listed and tested. I will be creating a new package to ship my own config which will extend this package.