Skip to content

Commit 040324d

Browse files
committed
Remove debug config
1 parent ec815dc commit 040324d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

vite.config.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,7 @@ export default defineConfig(() => {
1414
},
1515
plugins: [
1616
react(),
17-
eslint({
18-
exclude: [
19-
'node_modules/**',
20-
'../jupyterfails/packages/jupyterreactedit/lib/**/*.js' // Adjust this path if needed
21-
]
22-
}),
17+
eslint(),
2318
wasm(),
2419
topLevelAwait(),
2520
VitePWA({

0 commit comments

Comments
 (0)