un-ts / prettier

:package: Opinionated but Incredible Prettier plugins.
https://prettier.vercel.app
MIT License
274 stars 25 forks source link

[prettier-plugin-sql] enable SQLite #298

Closed jlarmstrongiv closed 11 months ago

jlarmstrongiv commented 11 months ago

Hi again 👋 hope you’re doing well! Just thought I’d try prettier-plugin-sql and contribute a quick fix

According to the npm package and README, the prettier-plugin-sql plugin supports sqlite.

However, the sqlite option is not enabled https://github.com/un-ts/prettier/blob/master/packages/sql/src/index.ts#L87

PR incoming…

JounQin commented 11 months ago

Nice catch, it has been released. Thanks @jlarmstrongiv