Y
Hacker News
new
|
ask
|
show
|
jobs
by
whstl
249 days ago
In ESLint I use
eslint-plugin-local-rules
and have my rules in a .js file (or folder) in the repo.
For golang I just use
go/ast
directly and make a small tool.