UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 189 B
module.exports = { rules: { /** * 私有变量如果没有在构造函数外被赋值,则必须设为 readonly */ '@typescript-eslint/prefer-readonly': 'off', }, };