Skip to content

Commit e9cf5f1

Browse files
chore: added comment
1 parent 621666b commit e9cf5f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ module.exports = {
7070
{
7171
files: ['*.js'],
7272
rules: {
73+
// We only do `no-unused-vars` checks for js files, TS files are checked by TypeScript itself.
7374
'no-unused-vars': ['error', { vars: 'all', args: 'none' }]
7475
}
7576
},

0 commit comments

Comments
 (0)