UNPKG

eslint-config-alloy

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