We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e2399 commit dba203cCopy full SHA for dba203c
.luacheckrc
@@ -88,8 +88,6 @@ stds.roblox = {
88
"split"
89
}
90
},
91
-
92
- "__LEMUR__",
93
94
95
tests/src/tests/math.spec.ts
@@ -111,7 +111,6 @@ export = () => {
111
});
112
113
114
- // unfortunately, these are the only types and operators that lemur supports
115
describe("should support macro math", () => {
116
it("should add UDim values", () => {
117
const a = new UDim(1, 10);
0 commit comments