Skip to content

Commit 20df6f9

Browse files
committed
[CodeFactor] Apply fixes
[ci skip] [skip ci]
1 parent af7cc0d commit 20df6f9

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
const { loadParticlesPlugin } = require("@tsparticles/webpack-plugin");
22
const version = require("./package.json").version;
33

4-
module.exports = loadParticlesPlugin({ moduleName: "hsvColor", pluginName: "HSV Color", version, dir: __dirname });
4+
module.exports = loadParticlesPlugin({
5+
moduleName: "hsvColor",
6+
pluginName: "HSV Color",
7+
version,
8+
dir: __dirname,
9+
});
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
const { loadParticlesPlugin } = require("@tsparticles/webpack-plugin");
22
const version = require("./package.json").version;
33

4-
module.exports = loadParticlesPlugin({ moduleName: "namedColor", pluginName: "Named Color", version, dir: __dirname });
4+
module.exports = loadParticlesPlugin({
5+
moduleName: "namedColor",
6+
pluginName: "Named Color",
7+
version,
8+
dir: __dirname,
9+
});

0 commit comments

Comments
 (0)