digitalbazaar / eslint-config-digitalbazaar

BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Add rule to disallow multiple vars declared on the same line. #47

Closed mattcollier closed 3 years ago

mattcollier commented 3 years ago

the following should be an error:

let foo1, foo2;

EDIT removed const, which without value is not a thing anyway.

mattcollier commented 3 years ago

Landed: https://github.com/digitalbazaar/eslint-config-digitalbazaar/blob/main/CHANGELOG.md#270---2021-04-12