module.exports = { rules: { /** * 禁止注释中出现 TODO 和 FIXME */ 'no-warning-comments': 'off', }, }