Add notice on constant checks to documentation (#7279) [skip ci]
This commit is contained in:
committed by
Henry Zhu
parent
967414d926
commit
ba111c13b5
@@ -24,6 +24,11 @@ let a = 3
|
||||
var a = 3;
|
||||
```
|
||||
|
||||
## Constant checks
|
||||
|
||||
This plugin also validates all `const` variables.
|
||||
Reassignment of constants is a runtime error and it will insert the necessary error code for those.
|
||||
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
|
||||
Reference in New Issue
Block a user