Concord/.luacheckrc
Pablo Mayobre 9bccd05019 Usability improvements
- Now entity.key() is the same as entity.key.value
- Entity:serialize only serializes component given correctly
- Any other value inside the Entity is ignored
- Disable some diagnostics used in Lua language server by sumneko
2023-02-14 22:20:34 -03:00

2 lines
59 B
Lua

---@diagnostic disable: lowercase-global
std="love+luajit"