Skip to content

Commit

Permalink
lint-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
forgetso committed Feb 14, 2025
1 parent e453bab commit acaed68
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/locale/vite.cjs.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,5 @@ import path from "node:path";
import { ViteCommonJSConfig } from "@prosopo/config";

export default function () {
return ViteCommonJSConfig(
"locale",
path.resolve("./tsconfig.cjs.json"),
);
return ViteCommonJSConfig("locale", path.resolve("./tsconfig.cjs.json"));
}

0 comments on commit acaed68

Please sign in to comment.