v0.4.0
0.4.0 (2026-08-20)
⚠ BREAKING CHANGES
- the default naming convention now expects a camelCase body after the type prefix. Consumers that enable the rule without an explicit
case(e.g. via plugin:@miragon/rules/all) will see IDs with a PascalCase body reported. Set"case": "PascalCase"to keep the old behaviour.