atomicdata-dev/atomic-server

Better package linting

Opened this issue · 0 comments

There are certain steps that need to be taken to make a JavaScript package easily usable in a wide range of environments. For instance, there are some subtle quirks that aren’t immediately apparent, such as ensuring that the type export rule in package.json precedes the others.

We should add publint and are my trypes wrong checks to the packages and to the CI to make sure our packages are up to standard.