UNPKG

eslint-config-alloy

Version:
12 lines (11 loc) 233 B
module.exports = { rules: { /** * 限制换行符为 LF 或 CRLF * @category Stylistic Issues * @reason 没必要限制 * @fixable */ 'linebreak-style': 'off' } };