Simpletalk
Simpletalk copied to clipboard
refactor: handful of linter appeasing code changes
Really only intended to add @types/mocha to the dev dependencies and make a handful of linter appeasing changes:
- add 'const' to ohm where missing
- explicit .toString() on Buffer when initializing grammar.
Auto-formatter made the other changes (whitespace and semicolon insertion)
yeah we need better linting here throughout the co debase
added basic linting: https://github.com/dkrasner/Simpletalk/pull/137