jolt_lint 3.0.1
jolt_lint: ^3.0.1 copied to clipboard
Lint tool for the Jolt reactive state management ecosystem, providing code quality checks and developer assistance.
3.0.0 #
- REFACTOR(lint): unify setup this diagnostic codes into single code. (f91f5a46)
- FIX(lint): fix convert to signal not working in new version, fix conversion range for class properties. (8f3e3cfc)
- FEAT(lint): add lifecycle hook detection to invalid hook call rule. (3cc00fe1)
- FEAT(lint): add lint rule to detect invalid hook call locations. (f82ee2bc)
- FEAT(lint): add multi-fix for setup this issues. (42b47254)
- FEAT(lint): add lint rule to detect dangerous operations on mutable collection signal.value. (0b48989e)
- FEAT(lint): add conversion assists between StatefulWidget/SetupMixin and StatelessWidget/SetupWidget. (44bc7461)
2.0.0 #
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.