UNPKG

eslint-config-alloy

Version:
14 lines (13 loc) 237 B
module.exports = { rules: { /** * 禁止将 this 赋值给其他变量,除非是解构赋值 */ '@typescript-eslint/no-this-alias': [ 'error', { allowDestructuring: true, }, ], }, };