UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 162 B
module.exports = { rules: { /** * 禁止将变量或属性的类型设置为 any */ '@typescript-eslint/no-unsafe-assignment': 'off', }, };