You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 11.0.2
* Update changelogs and remove unnecessary bumps
The changelogs for the `typescript` and `base` packages have been
updated. The `browser`, `jest`, and `mocha` packages were only bumped
because of README updates, so those package bumps have been reverted.
They don't need to be published now.
Co-authored-by: github-actions <[email protected]>
Co-authored-by: Mark Stacey <[email protected]>
Copy file name to clipboardExpand all lines: packages/typescript/CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
+
## [11.0.2]
10
+
### Changed
11
+
- Allow async functions without any 'await' ([#262](https://github.com/MetaMask/eslint-config/pull/262))
12
+
- Allow parameters to use PascalCase ([#264](https://github.com/MetaMask/eslint-config/pull/264))
13
+
9
14
## [11.0.0]
10
15
### Added
11
16
-**BREAKING:** Add rules that require type information ([#250](https://github.com/MetaMask/eslint-config/pull/250))
@@ -84,7 +89,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
84
89
- To continue extending this config, install this package and update your `.eslintrc.js``extends` array to include `@metamask/eslint-config-typescript` instead of `@metamask/eslint-config/typescript`.
85
90
- Update `eslint` and other ESLint peer dependencies ([#151](https://github.com/MetaMask/eslint-config/pull/151))
0 commit comments