addon-blueprint
addon-blueprint copied to clipboard
Add new lints: publint and arethetypeswrong
I've been using publint
and@arethetypeswrong/cli
on a couple repos, and it's helpful for catching common footguns
these can be added to the concurrently` lint command in the addon package to help people double check that their package.json is configured correctly
publint works perfectly in my packages as is
arethetypeswrong, however, has some open issues:
- [x] https://github.com/arethetypeswrong/arethetypeswrong.github.io/issues/30
- [x] ergonomics thing: https://github.com/arethetypeswrong/arethetypeswrong.github.io/issues/28 (otherwise turbo may be required (otherwise && in scripts))
- Implementation: https://github.com/arethetypeswrong/arethetypeswrong.github.io/pull/49
- [x] https://github.com/arethetypeswrong/arethetypeswrong.github.io/issues/40