Closed
Description
Most of the var
has been removed after the PR #11780(thanks @raphamorim again) merged, so we could lint against developers use var
again, but this is a bit tricky because some files have to use var
. we should have a way to override lint configuration for a subset of the files, so we should discuss the solutions here.