UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 192 B
module.exports = { rules: { /** * 约束泛型的命名规则 * @category TypeScript */ '@typescript-eslint/generic-type-naming': 'off' } };