eslint-plugin-sentinel
![npm version][npm-version-src] ![npm downloads][npm-downloads-src] ![bundle][bundle-src] ![JSDocs][jsdocs-src] [![License][license-src]][license-href]
A collection of ESLint rules specifically targeted for roblox-ts.
Rules
🔧 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. |
🔧 |
License
MIT License © Christopher Buss
[npm-version-src]: https://img.shields.io/npm/v/eslint-plugin-sentinel?style=flat&colorA=080f12&colorB=1fa669
[npm-downloads-src]: https://img.shields.io/npm/dm/eslint-plugin-sentinel?style=flat&colorA=080f12&colorB=1fa669
[bundle-src]: https://img.shields.io/bundlephobia/minzip/eslint-plugin-sentinel?style=flat&colorA=080f12&colorB=1fa669&label=minzip
[license-src]: https://img.shields.io/github/license/christopher-buss/eslint-plugin-sentinel.svg?style=flat&colorA=080f12&colorB=1fa669 [license-href]: https://github.com/christopher-buss/eslint-plugin-sentinel/blob/main/LICENSE [jsdocs-src]: https://img.shields.io/badge/jsdocs-reference-080f12?style=flat&colorA=080f12&colorB=1fa669