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

Audit existing rules and scope out effort of replacing w/ ESLint plugins #50

Closed brandongregoryscott closed 2 years ago

brandongregoryscott commented 2 years ago

I've found that a few of the rules I've implemented or want to implement may already exist in ESLint or are available as ESLint plugins. While this has been a fun project and experiment so far (and has made the beets codebase more consistent overall), I'd rather not reinvent the wheel entirely - if existing rules exist & can be configured to act as replacements for the ones I've written so far, that would be awesome. This package would then essentially ship as a set of preferred ESLint rules.

Proposed

Not yet proposed, but good candidates

React

TypeScript

General