Skip to content

Commit 1deda23

Browse files
committed
Remove unneeded code
1 parent 9636be4 commit 1deda23

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

v-next/example-project/hardhat.config.ts

-11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import type { GlobalOptions } from "@ignored/hardhat-vnext/types/global-options";
2-
31
import { HardhatPluginError } from "@ignored/hardhat-vnext/plugins";
42

53
import {
@@ -128,15 +126,6 @@ const pluginExample = {
128126
],
129127
};
130128

131-
// Type includes the builtin global options
132-
const _globalOptions: GlobalOptions = {
133-
configPath: "",
134-
help: false,
135-
init: false,
136-
showStackTraces: false,
137-
version: false,
138-
};
139-
140129
const config: HardhatUserConfig = {
141130
tasks: [
142131
exampleTaskOverride,

0 commit comments

Comments
 (0)