UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 172 B
module.exports = { rules: { /** * 禁止对 undefined 重新赋值 * @category Variables */ 'no-undefined': 'error' } };