UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 266 B
module.exports = { rules: { /** * 类型定义的冒号前面必须没有空格,后面必须有一个空格 * @category TypeScript * @fixable */ '@typescript-eslint/type-annotation-spacing': 'error' } };