pierr3 / TrackAudio

A next generation Audio-For-VATSIM ATC Client for macOS, Linux and Windows
Other
38 stars 8 forks source link

Add additional linting to avoid future errors #134

Closed neilenns closed 2 months ago

neilenns commented 2 months ago

The current linting rules only run the basic TypeScript recommended rule set. We can reduce the chance of future errors by adding more stringent rules:

In addition, strictNullChecks can be enabled in the tsconfig files.