UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 250 B
module.exports = { rules: { /** * 接口和类型别名的成员之间必须使用分号分隔 * @category TypeScript * @fixable */ '@typescript-eslint/member-delimiter-style': 'error' } };