module.exports = { 'rules': { 'no-todo': { 'severity': 'warning', }, 'ja-space-between-half-and-full-width': { 'space': 'always', }, }, }