add lints to workspace

This commit is contained in:
2025-11-16 14:29:44 -08:00
parent 8d5a100a2e
commit 4e7d580918
18 changed files with 62 additions and 0 deletions

View File

@@ -10,3 +10,6 @@ strafesnet_physics = { path = "../engine/physics", registry = "strafesnet" }
strafesnet_snf = { path = "../lib/snf", registry = "strafesnet" }
# this is just for the primitive constructor
strafesnet_rbx_loader = { path = "../lib/rbx_loader", registry = "strafesnet" }
[lints]
workspace = true