Skip to content

Commit

Permalink
fix: namespace flat config name's
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Jun 14, 2024
1 parent c2d5a35 commit 8603579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const index = {
*/
const createRecommendedRuleset = (warnOrError, flatName) => {
return {
...(flatName ? {name: flatName} : {}),
...(flatName ? {name: 'jsdoc/' + flatName} : {}),
// @ts-expect-error Ok
plugins:
flatName ? {
Expand Down

0 comments on commit 8603579

Please sign in to comment.