rbxts-pako/.prettierrc
Erica Marigold 659cde4017
feat: prepare as pesde & npm package
* Add README with basic documentation
* Add exports.ts with required TS and Luau exports
* Add build script to extract Luau exports from exports.ts
* Setup pesde package manifest
* Apply formatting, setup stylua
2024-12-27 11:17:18 +00:00

6 lines
82 B
Text

{
"printWidth": 120,
"tabWidth": 4,
"trailingComma": "all",
"useTabs": true
}