Skip to content

Commit 9e21a3d

Browse files
Detect Un-Used Directives
There should not be any un-used directives laying around cluttering up the code base.
1 parent a27f55d commit 9e21a3d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eslint.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ export default tseslint.config(
3030
'project': true
3131
}
3232
},
33+
'linterOptions': {
34+
'reportUnusedDisableDirectives': true
35+
},
3336
'settings': {
3437
'jsdoc': {
3538
"contexts": [

0 commit comments

Comments
 (0)