AstroNvim / astrocommunity

A community repository of common plugin specifications
GNU General Public License v3.0
1.04k stars 214 forks source link

feat(typescript): biome pack #1006

Open willparsons opened 1 month ago

willparsons commented 1 month ago

Closes #962

TODO

📑 Description

ℹ Additional Information

I pulled out the core of the typescript pack so that the eslint+prettier and biome configuration can be separated easily. The default for pack.typescript hasn't changed.

github-actions[bot] commented 1 month ago

Review Checklist

Does this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist:

Proper conventional commit scoping:

willparsons commented 1 month ago

just found this for picking the formatter dynamically: https://github.com/LazyVim/LazyVim/issues/2116#issuecomment-1971805431

will look into it

Uzaaft commented 1 month ago

I think at this point it should just be typescript-biome and not like this.

Uzaaft commented 1 month ago

I.e pack/typescript-biome

willparsons commented 1 month ago

updated the structure 👍🏻