UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 220 B
module.exports = { rules: { /** * 禁止注释中出现 TODO 和 FIXME * @category Best Practices * @reason TODO 很常用 */ 'no-warning-comments': 'off' } };