sdk-javascript/lib/specs
Lance Ball e83db297ae chore: update eslint rules to disallow var usage
Enforce the use of `let` and `const` by using elsint rules.
When creating the eslint configuration, I had assumed that
`extends: eslint:recommended` would have covered this, but
apparently not!

Existing usage of `var` fixed with `npm run lint -- --fix`.

Fixes: https://github.com/cloudevents/sdk-javascript/issues/97

Signed-off-by: Lance Ball <lball@redhat.com>
2020-04-30 12:36:04 -03:00
..
spec_0_3.js chore: Update uuid dependency 2020-04-30 12:34:30 -03:00
spec_1.js chore: update eslint rules to disallow var usage 2020-04-30 12:36:04 -03:00