Skip to content

Commit

Permalink
fix(eslint-config): match jsdoc types to d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
DerYeger committed Feb 8, 2025
1 parent b60a0f1 commit 962c6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config/src/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { FlatCompat } from '@eslint/eslintrc'
const __dirname = dirname(fileURLToPath(import.meta.url))

/**
* @param {...Linter.Config} configs
* @param {...Linter.Config[]} configs
* @returns {Linter.Config[]} a preset ESLint config.
*/
export default function (...configs) {
Expand Down

0 comments on commit 962c6e5

Please sign in to comment.