dkrasner / Simpletalk

Apache License 2.0
53 stars 3 forks source link

refactor: handful of linter appeasing code changes #134

Open launeh opened 1 year ago

launeh commented 1 year ago

Really only intended to add @types/mocha to the dev dependencies and make a handful of linter appeasing changes:

  1. add 'const' to ohm where missing
  2. explicit .toString() on Buffer when initializing grammar.

Auto-formatter made the other changes (whitespace and semicolon insertion)

dkrasner commented 1 year ago

yeah we need better linting here throughout the co debase

launeh commented 1 year ago

added basic linting: https://github.com/dkrasner/Simpletalk/pull/137