UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 117 B
module.exports = { rules: { /** * 禁止使用未定义的变量 */ 'no-undef': 'error', }, };