You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adopts ts-standard as a zero-config linter and formatter
sets the tsconfig to strict: true
adds a git pre-push hook that runs npm test && npm run lint
sets the local repository hooks directory to githooks after any npm run build
I am slowly working my way through all the issues, which mostly are explicit return types, a dozen or so cases of not handling nulls/undefineds, a few removals of any types, etc.
npm run lint
andnpm run format
should produce a consisent result.The text was updated successfully, but these errors were encountered: