Skip to content

Commit

Permalink
chore: update husky
Browse files Browse the repository at this point in the history
  • Loading branch information
ErKeLost committed May 4, 2024
1 parent 2ffe5e9 commit df62f7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"noSelfAssign": "error",
"noSetterReturn": "error",
"noSwitchDeclarations": "error",
"noUndeclaredVariables": "error",
"noUndeclaredVariables": "warn",
"noUnreachable": "error",
"noUnreachableSuper": "error",
"noUnsafeFinally": "error",
Expand Down
4 changes: 0 additions & 4 deletions packages/runtime-plugin-hmr/src/hmr-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ import { logger } from './logger';
import { ErrorOverlay, overlayId } from './overlay';
import { HMRPayload, HmrUpdateResult, RawHmrUpdateResult } from './types';

declare const FARM_HMR_PORT: string;
declare const FARM_HMR_HOST: string | boolean;
declare const FARM_HMR_PATH: string;

// Inject during compile time
const hmrPort = Number(FARM_HMR_PORT);

Expand Down

0 comments on commit df62f7a

Please sign in to comment.