Simpletalk icon indicating copy to clipboard operation
Simpletalk copied to clipboard

refactor: handful of linter appeasing code changes

Open launeh opened this issue 2 years ago • 2 comments

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)

launeh avatar Feb 26 '23 18:02 launeh

yeah we need better linting here throughout the co debase

dkrasner avatar Feb 26 '23 18:02 dkrasner

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

launeh avatar Feb 28 '23 14:02 launeh