This can include things like logging to a file or some other source. Whenever this is done, the following should be added to `.eslintrc.yml` ```yaml no-console: error ```
This can include things like logging to a file or some other source.
Whenever this is done, the following should be added to
.eslintrc.yml