christopher-buss / roblox-ts-eslint-config

iSentinel's ESLint config preset for Roblox-TS
https://beamish-daffodil-b0f61d.netlify.app/
MIT License
5 stars 1 forks source link

Add formatting for `luau` files with StyLua #3

Closed christopher-buss closed 4 months ago

christopher-buss commented 5 months ago

It's not uncommon for Luau files to also accompany roblox projects directly, so add support for StyLua (if possible).

christopher-buss commented 5 months ago

Could we also just include luau highlighting if a user turns support on? This may not be possible, but something interesting to look into. Then a user could just use eslint for everything rather than needing ESLint, StyLua, and the Luau Language Server.

This would be out of scope for this project as it would probably be its own ESLint plugin, but we could pull that plugin into this repository.

christopher-buss commented 4 months ago

Done 👍