UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 239 B
module.exports = { rules: { /** * 禁止给一个初始化时直接赋值为 number, string 的变量显式的声明类型 * @reason 可以简化代码 */ '@typescript-eslint/no-inferrable-types': 'error', }, };