Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(linting): enable one-var rule (#7528)
**Related Issue:** N/A ## Summary Enables [`one-var`](https://eslint.org/docs/latest/rules/one-var) to prevent consecutive variable declarations. This should make it easier to vertically scan (both the variable and type). `one-var` to rule them all, `one-var` to find them, `one-var` to bring them all and in the darkness bind them.
- Loading branch information