UNPKG

eslint-config-alloy

Version:
12 lines (11 loc) 280 B
module.exports = { rules: { /** * 可以简写为函数类型的接口或字面类似,必须简写 * @category TypeScript * @reason reason * @fixable */ '@typescript-eslint/prefer-function-type': 'error' } };