UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 247 B
module.exports = { rules: { /** * 限制一行的长度 * @category Stylistic Issues * @reason 现在编辑器已经很智能了,不需要限制一行的长度 */ 'max-len': 'off' } };