Eslint 9 requires that all rules have an [options schema](https://eslint.org/docs/latest/use/migrate-to-9.0.0#-metaschema-is-required-for-rules-with-options). Since this package doesn't have one, configuring the rule gives the error: ``` Configuration for rule "header/header" is invalid: Value ["block",["--snip--"],2] should NOT have more than 0 items. ```