Referring to this rule.
Standard should read node version from the engines (more information) property in package.json, if the version supports const, no-var should be added to the list of rules.
Any thoughts?
Is there any reason to use var in node versions that support const and let?