UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 107 B
module.exports = { rules: { /** * 限制变量名长度 */ 'id-length': 'off', }, };