Skip to content

Commit

Permalink
🐛 fix(stub): fix perfectionist dts
Browse files Browse the repository at this point in the history
  • Loading branch information
pauliesnug committed Jun 29, 2024
1 parent 72214f5 commit 6ac57bd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"rollup": "^4.18.0",
"taze": "^0.13.9",
"tsup": "^8.1.0",
"tsx": "^4.15.7",
"tsx": "^4.16.0",
"typescript": "^5.5.2",
"unbuild": "^2.0.0",
"vite": "^5.3.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/src/stub.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ declare module 'eslint-plugin-perfectionist' {
configs: {
'recommended-alphabetical': Linter.Config;
'recommended-natural': Linter.Config;
'recommended-line-length': Linter.FlatConfig;
'recommended-line-length': Linter.Config;
};
};

export = eslintPluginUnicorn;
export default { eslintPluginUnicorn };
export = eslintPluginPerfectionist;
export default { eslintPluginPerfectionist };
};

declare module 'eslint-plugin-unused-imports' {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/test/fixtures.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@ export default petal(

await expect.soft(content).toMatchFileSnapshot(outputPath);
}));
}, 60_000);
}, 70_000);
}
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6ac57bd

Please sign in to comment.