UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 196 B
module.exports = { rules: { /** * 禁止将 undefined 赋值给变量 * @category Variables * @fixable */ 'no-undef-init': 'error' } };