Skip to content

Commit ad1b6b5

Browse files
committed
chore: ignore discord-transcript-generator for ESLint
1 parent e0d3631 commit ad1b6b5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

eslint.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,13 @@ module.exports = defineConfig([
1010
rules: {
1111
"no-console": "off",
1212
},
13+
<<<<<<< HEAD
1314
},
15+
||||||| %s
16+
}
17+
=======
18+
}, {
19+
ignores: ["scripts/discord-transcript-generator.js"] // Adopted file
20+
}
21+
>>>>>>> d1b8217 (chore: ignore discord-transcript-generator for ESLint)
1422
]);

0 commit comments

Comments
 (0)