Merge pull request #6638 from continuedev/pe/enum-rule
chore: create typescript-enum-usage.md
This commit is contained in:
commit
8853ff9b05
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
globs: "**/*.{ts,tsx}"
|
||||
alwaysApply: false
|
||||
---
|
||||
|
||||
Use enums instead of simple string unions when possible in TypeScript code
|
Loading…
Reference in New Issue