UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 199 B
module.exports = { rules: { /** * switch 的 case 内必须有 break, return 或 throw * @category Best Practices */ 'no-fallthrough': 'error' } };