UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 192 B
module.exports = { rules: { /** * 禁止使用 alert * @category Best Practices * @reason alert 很常用 */ 'no-alert': 'off' } };