nikku / wuffle

A multi-repository / multi-organization task board for GitHub issues.
https://wuffle.dev
MIT License
118 stars 23 forks source link

Introduce type linting on backend #96

Closed nikku closed 3 years ago

nikku commented 3 years ago

The code base can benefit from additional type hints and enforcement at compile time.

This fixes existing type hints and integrates TypeScript type checks into the development flow.

Breaking Changes