We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8b6a02 + fa99b14 commit 0b0d72fCopy full SHA for 0b0d72f
.changes/fix-export-const2.md
packages/eslint-plugin-prefer-let/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# eslint-plugin-prefer-let
2
3
+## \[4.2.2]
4
+
5
+- [`96078a2`](https://github.com/thefrontside/javascript/commit/96078a2e1171c94150a366b30c419d38cfd64eb3) Fix ignoring `export const` cases
6
7
## \[4.2.1]
8
9
- [`fadad0b`](https://github.com/thefrontside/javascript/commit/fadad0b5cf786b3186d74a35d9933b5e8bea0e34) Ignore `export const` cases
packages/eslint-plugin-prefer-let/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-prefer-let",
- "version": "4.2.1",
+ "version": "4.2.2",
"description": "Rule to prefer using `let` to bind names to values",
"repository": {
"type": "git",
0 commit comments