UNPKG

eslint-config-alloy

Version:
17 lines (16 loc) 311 B
module.exports = { rules: { /** * 关键字前后必须有空格 * @category Stylistic Issues * @fixable */ 'keyword-spacing': [ 'error', { before: true, after: true } ] } };