UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 206 B
module.exports = { rules: { /** * 导出的函数或类中的 public 方法必须定义输入输出参数的类型 */ '@typescript-eslint/explicit-module-boundary-types': 'off', }, };