Skip to content

js rules: add prefer-const - #9

Open
come-maiz wants to merge 1 commit into
OpenZeppelin:masterfrom
come-maiz:rules/prefer-const
Open

js rules: add prefer-const#9
come-maiz wants to merge 1 commit into
OpenZeppelin:masterfrom
come-maiz:rules/prefer-const

Conversation

@come-maiz

Copy link
Copy Markdown

This rule is aimed at flagging variables that are declared using let keyword, but never reassigned after the initial assignment.
Read more at:
https://eslint.org/docs/rules/prefer-const

This rule is aimed at flagging variables that are declared using let keyword, but never reassigned after the initial assignment.
Read more at:
https://eslint.org/docs/rules/prefer-const
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant