Skip to content

Commit

Permalink
chore: run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
Ffloriel committed Oct 1, 2024
1 parent fb51dc6 commit 39a855c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/grunt-purgecss/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import { RollupOptions } from "rollup";
plugins: [
typescript({
outDir: "./tasks",
})
]
}),
],
};
await buildRollup(rollupConfig);
})();
2 changes: 1 addition & 1 deletion packages/purgecss-webpack-plugin/__tests__/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe("Webpack integration", () => {
const expectedDirectory = path.resolve(testDirectory, "expected");

process.chdir(testDirectory);

const webpackConfig = await import(`${testDirectory}/webpack.config.js`);

await runWebpack({
Expand Down
1 change: 0 additions & 1 deletion scripts/verify-commit.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import * as fs from "fs";


const message = fs.readFileSync(process.env.HUSKY_GIT_PARAMS!, "utf-8").trim();

const commitRE =
Expand Down
1 change: 0 additions & 1 deletion types/acorn-jsx/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,3 @@ declare module "acorn-jsx" {
options?: PluginOptions,
): (BaseParser: typeof Parser) => typeof Parser;
}

0 comments on commit 39a855c

Please sign in to comment.