💼🚫 This rule is enabled in the following configs: noOtherParadigms
, 🔒 strict
. This rule is disabled in the following configs: ☑️ lite
, ✅ recommended
.
This rule is a companion rule to the no-classes rule. See the its docs for more info.
/* eslint functional/no-this-expressions: "error" */
const foo = this.value + 17;
/* eslint functional/no-this-expressions: "error" */
const foo = object.value + 17;