UNPKG

eslint-config-alloy

Version:
17 lines (16 loc) 346 B
module.exports = { rules: { /** * case 的冒号前禁止有空格,冒号后必须有空格 * @category Stylistic Issues * @fixable */ 'switch-colon-spacing': [ 'error', { after: true, before: false } ] } };