Skip to content

Commit

Permalink
fix: add no-explicit-any disable to config
Browse files Browse the repository at this point in the history
  • Loading branch information
akaeyuhi committed Jun 18, 2023
1 parent 4297fff commit 2bb70be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/src/setupProxy.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
// eslint-disable-next-line @typescript-eslint/no-var-requires
const { createProxyMiddleware } = require('http-proxy-middleware');
import * as dotenv from 'dotenv';
Expand Down

0 comments on commit 2bb70be

Please sign in to comment.