eslint-plugin-isaacscript
is a collection of ESLint rules for IsaacScript mods. (By default, IsaacScript mods are automatically configured to use these rules.)
recommended
- Currently, every rule in this plugin is recommended.
Each rule has emojis denoting:
- ✅ - if it belongs to the
recommended
configuration - 🔧 - if some problems reported by the rule are automatically fixable by the
--fix
command line option - 💭 - if it requires type information
Name | Description | ✅ | 🔧 | 💭 |
---|---|---|---|---|
isaacscript/enum-member-number-separation |
Disallows numbers next to letters in enum members | ✅ | ||
isaacscript/no-invalid-default-map |
Disallows invalid constructors for the DefaultMap class | ✅ | 💭 | |
isaacscript/no-throw |
Disallows the usage of "throw" | ✅ | ||
isaacscript/require-v-registration |
Require variables named "v" to be registered with the save data manager | ✅ |