UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 181 B
module.exports = { rules: { /** * 禁止在类之外的地方使用 this * @reason 只允许在 class 中使用 this */ 'no-invalid-this': 'error', }, };