We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2574138 + f4722f7 commit b1e82fcCopy full SHA for b1e82fc
.changes/fix-export-const.md
packages/eslint-plugin-prefer-let/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# eslint-plugin-prefer-let
2
3
+## \[4.2.1]
4
+
5
+- [`fadad0b`](https://github.com/thefrontside/javascript/commit/fadad0b5cf786b3186d74a35d9933b5e8bea0e34) Ignore `export const` cases
6
7
## \[4.2.0]
8
9
- [`9066434`](https://github.com/thefrontside/javascript/commit/90664342144bce7d4a13812e82c155ba3d4ea7e0) Add `forceUpperCaseConst` option
packages/eslint-plugin-prefer-let/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-prefer-let",
- "version": "4.2.0",
+ "version": "4.2.1",
"description": "Rule to prefer using `let` to bind names to values",
"repository": {
"type": "git",
0 commit comments