/* eslint-env node */
/** @type {import('eslint').Linter.Config} */
module.exports = {
rules: {
'no-console': 'off'
}