chore: Add missing Options/Config sections to rule docs

Author: plthomasvaCreated Jul 30, 2026Updated Jul 30, 2026

When eslint-doc-generator was introduced in PR #4022, we had to set uleDocSectionOptions: false in .eslint-doc-generatorrc.js because several rule documentation files do not yet contain an "Options" or "Config" section.

Once all rule documentation files have the necessary "Options" or "Config" section added, we should remove this workaround to enforce standard doc structures.

References:

Source: jsx-eslint/eslint-plugin-react