Skip to content

v1.4.0: Plugin Inclusions and Comment Defaults

Compare
Choose a tag to compare
@JoshuaKGoldberg JoshuaKGoldberg released this 15 Sep 18:16
· 980 commits to main since this release

This release most notably fixes a bug in generated configurations that prevented plugins such as eslint-plugin-import from being included in the configuration file. It also allows --comment globs to specify or reuse TypeScript files and adds a notice for incompatible arguments in the arrow-return-shorthandconverter.

  • #681: Add notice to arrow-return-shorthand converter
  • #706: Added missing output plugins to configuration file
  • #707: Defaulted --comment globs to --typescript settings
  • #713: Allowed passing a tsconfig.json to --comments

These issues were tackled by the repository's maintainers, @JoshuaKGoldberg and @KingDarBoja.