UNPKG

eslint-config-alloy

Version:
12 lines (11 loc) 267 B
module.exports = { rules: { /** * 禁用特定的类型 * @category TypeScript * @reason 该规则用于禁止某个具体的类型的使用 * @fixable */ '@typescript-eslint/ban-types': 'off' } };