UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 190 B
module.exports = { rules: { /** * 禁止定义空的接口 * @category TypeScript */ '@typescript-eslint/no-empty-interface': 'error' } };