Skip to content

Commit

Permalink
docs: fix type annotation in eslint config example (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang authored Nov 13, 2024
1 parent 18e43d9 commit a38c8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ content:
```js
import { config as defaultConfig } from '@epic-web/config/eslint'

/** @type {import("eslint").Linter.Config} */
/** @type {import("eslint").Linter.Config[]} */
export default [...defaultConfig]
```

Expand Down

0 comments on commit a38c8d0

Please sign in to comment.