Right now, naming-convention allows for too much configuration in some cases (mostly around fields), and doesn't allow specific configuration around types (enum vs input vs type).
On the other hand, require-description only has 3 options and not very flexible. Those two should follow the same convention for configuration options.
One possibility is to allow arbitrary ASTNodes to be listed in the configuration, and provide high-level wrappers (fields, types, etc.)