Skip to content

Commit

Permalink
Update webpack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hieu-w committed Dec 19, 2024
1 parent dc078b0 commit fa87967
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/torus-scripts/config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ export const getDefaultCjsConfig = (pkgName) => {
plugins.push(
new ESLintPlugin({
context: paths.appPath,
threads: !process.env.CI,
configType: 'flat',
extensions: ["ts", "tsx"],
emitError: true,
emitWarning: true,
Expand Down

0 comments on commit fa87967

Please sign in to comment.