Skip to content

Commit

Permalink
Cleanup webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
ibolton336 committed Oct 24, 2024
1 parent b19fb37 commit 3095232
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const baseConfig = {
"no-case-declarations": "warn",
"no-extra-boolean-cast": "warn",
"prefer-const": "warn",
"@typescript-eslint/no-require-imports": "warn",
},
settings: {
react: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@
"*.{js,cjs,mjs,jsx,ts,cts,mts,tsx}": "eslint --fix",
"*.{css,json,md,yaml,yml}": "prettier --write"
}
}
}
2 changes: 2 additions & 0 deletions vscode/.vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,6 @@ bin/
../eslint.config.mjs
../.prettierignore
../.prettierrc.mjs
../tsconfig.json
../shared/

2 changes: 0 additions & 2 deletions vscode/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// eslint-disable-next-line
const path = require("path");
// eslint-disable-next-line
const CopyWebpackPlugin = require("copy-webpack-plugin");

module.exports = (env, argv) => {
Expand Down
1 change: 0 additions & 1 deletion webview-ui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
"strict": true,
"noUnusedLocals": false,
Expand Down

0 comments on commit 3095232

Please sign in to comment.