UNPKG

eslint-config-alloy

Version:
12 lines (11 loc) 273 B
module.exports = { rules: { /** * if 与 else 的大括号风格必须一致 * @category Stylistic Issues * @reason else 代码块可能前面需要有一行注释 * @fixable */ 'brace-style': 'off' } };