mreichelt / monkey-dart

Writing an interpreter for the Monkey 🐒 language in Dart
BSD 2-Clause "Simplified" License
28 stars 2 forks source link

Clean up lint warnings #10

Closed domesticmouse closed 3 years ago

domesticmouse commented 4 years ago

I skipped fixing all the omit_local_variable_types as it is much more intrusive change.

Let me know what you think, thanks!