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

Swap default imports with named in `named-exports-only` rule #40

Closed brandongregoryscott closed 2 years ago

brandongregoryscott commented 2 years ago

Resolves #31

It seems to work on .tsx files in beets, but I was running into issues unit testing it this way. The tests are written for .ts files but everything should work the same way.