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

Rules throw/fail silently with p-retry #38

Closed brandongregoryscott closed 2 years ago

brandongregoryscott commented 2 years ago

Looks like at least alphabetize-interfaces is failing silently when saving the project now (since v0.6.0) The underlying issue (at least for what's throwing the error) is the change in the way the comments are parsed/grouped, but the p-retry package might not be exactly what I'm looking for.