UNPKG

eslint-config-alloy

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