Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(types): Make any tag allowed (#2314)
Tags (especially in custom rules) can be any string. Hard-coding this list prevents the ability to use custom tags. This patch has the unfortunate side-effect of preventing intellisense in TypeScript-enabled editors, but provides more "technically correct" types. Related #2312
- Loading branch information