Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable the
no-new-symbol
and require-yield
ESLint rules
Given that we use both `Symbol`s and generator functions in the code-base enabling these rules cannot hurt (and there's no existing failures). Please find additional information at: - https://eslint.org/docs/latest/rules/no-new-symbol - https://eslint.org/docs/latest/rules/require-yield
- Loading branch information