UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 213 B
module.exports = { rules: { /** * 限制变量名长度 * @category Stylistic Issues * @reason 没必要限制变量名长度 */ 'id-length': 'off' } };