addon-blueprint icon indicating copy to clipboard operation
addon-blueprint copied to clipboard

Add new lints: publint and arethetypeswrong

Open NullVoxPopuli opened this issue 1 year ago • 0 comments

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

NullVoxPopuli avatar Jun 22 '23 16:06 NullVoxPopuli