UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 155 B
module.exports = { rules: { /** * 限制各种变量或类型的命名规则 */ '@typescript-eslint/naming-convention': 'off', }, };