UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 181 B
module.exports = { rules: { /** * 使用函数类型别名替代包含函数调用声明的接口 */ '@typescript-eslint/prefer-function-type': 'error', }, };