UNPKG

eslint-config-alloy

Version:
17 lines (16 loc) 330 B
module.exports = { rules: { /** * 大括号内的首尾必须有换行 * @category Stylistic Issues * @fixable */ 'object-curly-newline': [ 'error', { multiline: true, consistent: true } ] } };