UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 230 B
module.exports = { rules: { /** * 数组的括号内的前后禁止有空格 * @category Uncategorized * @fixable */ 'vue/array-bracket-spacing': ['error', 'never'] } };