Skip to content

Commit

Permalink
fix eslint false positives for webpack config, upgrade webpack config…
Browse files Browse the repository at this point in the history
… to modern setup and upgrade all deps except react
  • Loading branch information
ayan4m1 committed Dec 10, 2024
1 parent c391379 commit 6bd60d3
Show file tree
Hide file tree
Showing 4 changed files with 2,760 additions and 2,922 deletions.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default [
}
},
{
files: ['./webpack.config.babel.js'],
files: ['webpack.config.babel.js'],
languageOptions: {
globals: globals.node
}
Expand Down
Loading

0 comments on commit 6bd60d3

Please sign in to comment.