un-ts / prettier

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

sql-formatter is outdated in prettier-plugin-sql #243

Closed tim-watcha closed 1 year ago

tim-watcha commented 1 year ago

in package.json, sql-formatter's version is too low

"sql-formatter": "^10.5.1",

so I couldn't use 'bigquery' as language. please update it

JounQin commented 1 year ago

PR welcome

tim-watcha commented 1 year ago

PR welcome

https://github.com/un-ts/prettier/pull/244 I could use bigquery as language option properly on my machine, but I'm not an expert about Node.js Could you please look around what is going on? @JounQin