UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 183 B
module.exports = { rules: { /** * 禁止解构中出现空 {} 或 [] * @category Best Practices */ 'no-empty-pattern': 'error' } };