A collection of ESLint rules specifically targeted for roblox-ts.
🔧 Automatically fixable by the
--fix CLI option.
💡
Manually fixable by
editor suggestions.
| Name | Description | 🔧 | 💡 |
|---|---|---|---|
| explicit-size-check | Enforce explicitly comparing the size property of a value. |
🔧 | 💡 |
| prefer-math-min-max | Prefer math.min() and math.max() over ternaries for simple comparisons. |
🔧 |
MIT License © Christopher Buss