UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 173 B
module.exports = { rules: { /** * 禁止修改原生对象 * @category Best Practices */ 'no-extend-native': 'error' } };