Skip to content

Commit 240666b

Browse files
committed
Use the correct type for the ESLint config.
1 parent 95b22e3 commit 240666b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const globsJs = [...globsEsm, ...globsCjs];
2626

2727
/**
2828
* ESLint configuration.
29-
* @satisfies {Array<Linter.FlatConfig>}
29+
* @satisfies {Array<Linter.Config>}
3030
*/
3131
const eslintConfig = [
3232
{

0 commit comments

Comments
 (0)