Concord/.luacheckrc
Pablo Mayobre cb34513d21
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 18:18:43 -03:00

2 lines
59 B
Lua

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