Skip to content

Commit 81db953

Browse files
authored
Merge pull request #1 from kevinvalencia9436/master
Update eslint.config.js updated
2 parents 2dd33c7 + 8615369 commit 81db953

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ai-podcast-builder/backend/eslint.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
import globals from "globals";
22
import pluginJs from "@eslint/js";
33

4+
45
export default [
56
{
67
ignores: [
78
'dist/**',
89
'eslint.config.js',
910
'webpack.config.js'
11+
1012
],
1113
},
1214
{
1315
languageOptions: {
1416
globals: {
17+
1518
...globals.node,
1619
...globals.jest,
1720
},

0 commit comments

Comments
 (0)