eslint-plugin-prefer-let
Version:
Rule to prefer using `let` to bind names to values
40 lines (21 loc) • 1.32 kB
Markdown
# eslint-plugin-prefer-let
## \[4.2.2]
- [`96078a2`](https://github.com/thefrontside/javascript/commit/96078a2e1171c94150a366b30c419d38cfd64eb3) Fix ignoring `export const` cases
## \[4.2.1]
- [`fadad0b`](https://github.com/thefrontside/javascript/commit/fadad0b5cf786b3186d74a35d9933b5e8bea0e34) Ignore `export const` cases
## \[4.2.0]
- [`9066434`](https://github.com/thefrontside/javascript/commit/90664342144bce7d4a13812e82c155ba3d4ea7e0) Add `forceUpperCaseConst` option
## \[4.1.0]
- [`6a5ba09`](https://github.com/thefrontside/javascript/commit/6a5ba096b531357d4c9ddd41fe158623cbebf601) Support ESLint v10
## \[4.0.1]
- [`ee2ef1b`](https://github.com/thefrontside/javascript/commit/ee2ef1be18087421c2870eb2845b3235e1e10d58) allow var in TypeScript ambient declarations
- [`02b89a4`](https://github.com/thefrontside/javascript/commit/02b89a41ecc9711cea3ef6131f9a2bde842ec4fe) Support the `using` declaration from explicit resource management
## \[4.0.0]
- [`e597fa9`](https://github.com/thefrontside/javascript/commit/e597fa93ce94f81d08d259895003a489ccc0021e) Support ESLint v9
## 3.0.1
### Patch Changes
- 2c09840: Exclude the docs and tests folder for a slimmer NPM package
- 4afad3f: Add `package.repository` to have link to sources
## 3.0.0
### Major Changes
- 1c687b4: Bump version to 3.0