Skip to content

Commit 0fb5241

Browse files
authored
Merge pull request #79 from thefrontside/release
Publish New Versions
2 parents d2bf97d + ef42ead commit 0fb5241

4 files changed

Lines changed: 3411 additions & 2132 deletions

File tree

.changes/eslint-v10-support.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/eslint-plugin-prefer-let/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# eslint-plugin-prefer-let
22

3+
## \[4.1.0]
4+
5+
- [`6a5ba09`](https://github.com/thefrontside/javascript/commit/6a5ba096b531357d4c9ddd41fe158623cbebf601) Support ESLint v10
6+
37
## \[4.0.1]
48

59
- [`ee2ef1b`](https://github.com/thefrontside/javascript/commit/ee2ef1be18087421c2870eb2845b3235e1e10d58) allow var in TypeScript ambient declarations

packages/eslint-plugin-prefer-let/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-prefer-let",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"description": "Rule to prefer using `let` to bind names to values",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)