Type of change (place an x in the [ ] that applies)
[ ] New sample
[ ] New feature
[ ] Bug fix
[ ] Documentation
[X] Something else
Summary
The goal of this PR is to improve the developer experience by ensuring there are no lint errors when this project is cloned.
Specifically, this will ignore eslint errors around the educational usage of console.error in the listener and action callback functions by marking the whole file with eslint-disable no-console.
Alternatively we could add the lint ignore comment to each invocation of console.error().
Requirements (place an x in each [ ] that applies)
[X] I’ve checked my submission against the Samples Checklist to ensure it complies with all standards
[X] I have ensured the changes I am contributing align with existing patterns and have tested and linted my code
Type of change (place an x in the [ ] that applies)
Summary
The goal of this PR is to improve the developer experience by ensuring there are no lint errors when this project is cloned.
Specifically, this will ignore eslint errors around the educational usage of
console.error
in the listener and action callback functions by marking the whole file witheslint-disable no-console
.Alternatively we could add the lint ignore comment to each invocation of
console.error()
.Requirements (place an x in each [ ] that applies)