module.exports = { rules: { /** * switch 的 case 内必须有 break, return 或 throw,空的 case 除外 */ 'no-fallthrough': 'error', }, }