UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 260 B
module.exports = { rules: { /** * 用作对象的计算属性时,中括号内的首尾禁止有空格 * @category Stylistic Issues * @fixable */ 'computed-property-spacing': ['error', 'never'] } };