This repository contains Grit patterns I use on a regular basis.
Add this to your .grit/grit.yaml:
version: 0.0.1
patterns:
- name: github.com/akoenig/grit#<pattern_name>
level: info<pattern_name> is the file name of the pattern (without the .md extension)
- hoist_type_imports: Makes sure that all TypeScript
type importsare hoisted to the top.