Skip to content

Commit

Permalink
[TS migration][webpack] Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-rebelo committed Mar 26, 2024
1 parent 7da601f commit 4fc0eed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .storybook/webpack.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/* eslint-disable no-underscore-dangle */

/* eslint-disable no-param-reassign */

/* eslint-disable @typescript-eslint/naming-convention */
import dotenv from 'dotenv';
import path from 'path';
Expand All @@ -16,7 +18,7 @@ type CustomWebpackConfig = {
};
};

let envFile: string
let envFile: string;
switch (process.env.ENV) {
case 'production':
envFile = '.env.production';
Expand Down

0 comments on commit 4fc0eed

Please sign in to comment.