Skip to content

Commit

Permalink
fix lint issues and update config
Browse files Browse the repository at this point in the history
  • Loading branch information
DanDroryAu committed Jan 29, 2025
1 parent cf2cd40 commit 97c2f36
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
7 changes: 4 additions & 3 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,10 @@ module.exports = [
},
{
settings: {
'@typescript-eslint/parser': {
projectRoot: __dirname,
project: true,
'import-x/resolver': {
typescript: {
project: '**/*/tsconfig.json',
},
},
},
},
Expand Down
1 change: 0 additions & 1 deletion packages/sku/src/config/webpack/webpack.config.ssr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ const makeWebpackConfig = ({
],
},
plugins: [
// @ts-expect-error
new LoadablePlugin({
filename: webpackStatsFilename,
writeToDisk: true,
Expand Down
1 change: 0 additions & 1 deletion packages/sku/src/config/webpack/webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ const makeWebpackConfig = ({
...(htmlRenderPlugin
? [
htmlRenderPlugin.statsCollectorPlugin,
// @ts-expect-error ts2351
new LoadablePlugin({
writeToDisk: false,
outputAsset: false,
Expand Down

0 comments on commit 97c2f36

Please sign in to comment.