Skip to content

Releases: qodesmith/biome-config

Release 2.3.1

15 Dec 12:17

Choose a tag to compare

  • Merge pull request #1 from qodesmith/updates (f195210)
  • Ensuring bun.lock doesn't explicitly say 'latest' for packages (f3ea9c7)
  • Removing test React app from the project (06ce4d0)
  • includes items no longer need a /** postfix to target all files (ece2a78)

Release 2.3.0

02 Dec 14:44

Choose a tag to compare

  • Upgrading to biome 2.3.8 (bdfc922)

Release 2.2.0

15 Aug 09:48

Choose a tag to compare

  • Added CSS configuration (0eb166f)
  • Linted files (84c2f5e)
  • Updated generated biome configs (3d60997)
  • Updated rule data & schema types (add78e7)
  • Updated developing.md to account for build errors and what to do (cc1bf4e)
  • Added comment explaining why mjs is used (21d855b)
  • Logging messages after each build step (532357c)
  • Added promotedRules to rule changes data (364ef4a)
  • Log error message for unrecognized rules during rule generation (7b93620)
  • Add rule group to deleted rules (ec7aee6)
  • Updated to Biome 2.2.0; updated other deps (9782a35)
  • Updated developing.md instructions (04e363a)

Release 2.1.4

07 Aug 20:12

Choose a tag to compare

  • Added html formatting; enabled useValidTypeof; added empty options arg to many rules to quite lint warnings in the generated biome configs (66b6ba7)
  • Updated the schema (cb995f5)
  • Upgraded to Biome 2.1.4 (ee46691)

Release 2.1.3

31 Jul 15:37

Choose a tag to compare

  • Instructions on developing this package (19e3eaf)
  • Added useReactFunctionComponents rule & updated schema (51d47bd)
  • Allow Biome to format files in the dist folder - vcs respects gitignore and dist is ignored (040711e)
  • Updated packages & biome.json schema version (3cd0d42)

Release 2.1.0

12 Jul 19:22

Choose a tag to compare

  • Upgrading Biome version (9544950)
  • Using an exact Biome version (812a9ad)

Release 2.0.2

28 Jun 12:24

Choose a tag to compare

  • Corrected biome executable path (834097f)

Release 2.0.1

28 Jun 12:17

Choose a tag to compare

  • Use Biome itself to format files instead of its js api. (6b020f2)
  • Removing the biome js-api packages (74ae37d)

Release 2.0.0

24 Jun 11:28

Choose a tag to compare

  • Renamed generated biome configs to avoid clashes with multiple biome.json files being found (89d94fe)
  • Updated Biome schema (93ff3f1)
    • Removing explicit declaration of noUnusedFunctionParameters to avoid autofixing the issue - Update $schema url to reflect correct biomeVersion and domain (edd2897)
  • Updating @biomejs/js-api usage (6d704c8)
  • Generated rule data changes: - Remove "next" from the base url - Biome 2.0 is now available - Add the rule group name to the generated list for convenience (d72e708)
  • Avoid collision with "^" when checking for schema version (f0d030f)
  • Upgraded to Biome v2; updated other dependencies (e4ae0d1)

Release 1.9.2

14 Jun 10:30

Choose a tag to compare

  • Don't auto-fix unused variables (a3b4242)