PermanentOrg / node-sdk

Node.js SDK for Permanent.org
GNU Affero General Public License v3.0
4 stars 2 forks source link

Lint reconfiguration #36

Closed meisekimiu closed 2 years ago

meisekimiu commented 2 years ago

I've tested the workflow changes work by pushing a commit that has linting errors and as expected the checks fail during the linting step.

The choices made for this PR are totally up for discussion. I took steps that made the most sense to me for setting up linting, but we might want to do it a completely different way!

I've also modified our tsconfig.json to disable some more strict errors like unused variables and such that are handled by eslint in a way that doesn't break our tests when code is in a WIP state.

Resolves PER-8621. Also resolves #33.