Skip to content

Commit

Permalink
chore(cli): place jsdoc correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
trobonox committed Jul 20, 2024
1 parent b095e03 commit ee30285
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/cli/src/installers/steinPluginInstaller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ import generate from "@babel/generator";
const availableSteinPlugins = ['unocss', 'tailwindcss'];
const availableToolIntegrations = ['biome', 'eslint', 'prettier'];

/**
* @description Installs a stein plugin and adds it to the stein.config.ts file
* @param pkgName The name of the plugin to install
* @param projectDir The directory of the project
*/
export const installSteinPlugin = async (pkgName: string, projectDir: string) => {
/**
* @description Installs a stein plugin and adds it to the stein.config.ts file
* @param pkgName The name of the plugin to install
* @param projectDir The directory of the project
*/
if (!availableSteinPlugins.includes(pkgName)) {
installToolIntegration(pkgName);
}
Expand Down

0 comments on commit ee30285

Please sign in to comment.