Files
Bubberstation/.prettierignore
Jeremiah 93ef5c2455 [tgui] Linter fixes 5 (#92051)
## About The Pull Request
Batch of fixes from the biome linter. Many files could have their syntax
shortened.

I also fixed a prettier ignore file issue so that tgui.html can properly
get formatted
## Command
Get [Biome](https://biomejs.dev/guides/manual-installation/) (the
executable, at least)
`biome lint --write --only "useOptionalChain" --unsafe`

## Why It's Good For The Game
Moving us to a simple linter/formatter and shaving off a number of
packages, tech debt
## Changelog
2025-07-11 18:04:55 -04:00

15 lines
137 B
Plaintext

# Directories
changelogs
data
font-awesome
jquery
juke
**/build
**/dist
**/node_modules
# File names / types
*.min.*
*.pnp.*
*.bundle.*