What do you think about putting eslint config in package.json?
Personally I like to group things in the same file, but curious why ct3a doesn't do this.
Any drawback?
3 Replies
Solution
Json doesn’t allow comments and isn’t typesafe
If package.ts or .cjs was a thing we’d consider it
I thought it could be that. Thank you!