Closed adidahiya closed 5 years ago
Some variable name identifiers are potentially confusing inside component methods.
I'd like to ban:
state
const state
const { state } = foo
this.state
Some variable name identifiers are potentially confusing inside component methods.
I'd like to ban:
state
(eitherconst state
orconst { state } = foo
). This is too similar tothis.state
.