Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rharkor committed Nov 12, 2024
1 parent c744ef7 commit d18d356
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions packages/cli-helpers/schemas/plugin.d.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
"description": {
"type": "string"
},
"source": {
"type": "string"
},
"paths": {
"type": "array",
"items": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-helpers/src/apply.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import fs from "fs-extra"
import { globby } from "globby"
import path from "path"

import { logger } from "@rharkor/logger"
Expand All @@ -7,7 +8,6 @@ import { task } from "@rharkor/task"
import { getStoreDataDirectory } from "./stores/helpers"
import { configSchema, TConfig } from "./config"
import { pluginConfigFileName, pluginConfigSchema, pluginsFolder, TPluginConfig } from "./plugins"
import { globby } from "globby"

const getPluginPath = ({ assetsDirectory, plugin }: { plugin: TConfig["plugins"][number]; assetsDirectory: string }) =>
path.join(
Expand Down

0 comments on commit d18d356

Please sign in to comment.