Commits
Click on a commit to change the comparison rangefix(linter): Fix casing for unicorn/explicit-length-check config option.
The original rule has it cased as `non-zero` but we were using camelCase `nonZero`. This change fixes the config option docs and also ensures that rules are deserialized more simply.