UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 132 B
module.exports = { rules: { /** * 禁止注释中出现 TODO 和 FIXME */ 'no-warning-comments': 'off', }, };