This repository was archived by the owner on Sep 28, 2021. It is now read-only.
This repository was archived by the owner on Sep 28, 2021. It is now read-only.
Update: Rethink options for naming-convention and require-description #3
Open
Description
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.)