We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f39e8c9 commit c2afceeCopy full SHA for c2afcee
packages/eslint/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @rollup/plugin-eslint ChangeLog
2
3
+## v9.0.2
4
+
5
+_2023-01-13_
6
7
+### Bugfixes
8
9
+- fix: fix async support for `formatter` option and TypeScript types [#1389](https://github.com/rollup/plugins/pull/1389)
10
11
## v9.0.1
12
13
_2022-10-21_
packages/eslint/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-eslint",
- "version": "9.0.1",
+ "version": "9.0.2",
"publishConfig": {
"access": "public"
},
0 commit comments