Skip to content

Release v0.1.0

Choose a tag to compare

@virtuallyunknown virtuallyunknown released this 25 Apr 23:32

Breaking Changes:

  • (61f12dc) feat!: upgrade all dependencies and migrate to eslint 9 (flat config)

Fixes:

  • (4d36e0e) fix(release): changelog generator not detecting breaking changes
  • (5fc3000) fix: update pnpm-lock.yaml
  • (e225865) fix: adapt db.ts to work with all new changes
  • (0e42e87) fix: update to type: module, use "exports" field, update dependencies
  • (81a699d) fix: apply linting
  • (88f79c7) fix: use eslint/use-at-your-own-risk to load eslint base rules
  • (ba37cb4) fix: update schema to allow recommended to be an object (typescript-eslint)
  • (be7b25c) fix: update readme with flat config example
  • (1548bbe) fix: organize/sort imports

Features:

  • (5bfebb0) feat: rule upgrades
  • (da85ee1) feat: enable react/checked-requires-onchange-or-readonly
  • (1c54793) feat: enable unicorn/no-await-in-promise-methods
  • (bbf0544) feat: add config templates
  • (4d4af5a) feat: display rule status in the rule upgrades page
  • (3dc0c86) feat: rule upgrades
  • (c937482) feat: add eslint-plugin-tailwindcss example
  • (6461d3d) feat: add _inspect.ts for some internal testing
  • (178a88b) feat: update npmrc to prefer workspace packages
  • (c64d571) feat: upgrade all eslint config files to flat config format

Thanks:

@virtuallyunknown