Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f53c2ba

Browse files
authoredJun 25, 2025··
fix: enable reportUnusedInlineConfigs (#56)
1 parent 9f85348 commit f53c2ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎configs/javascript.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,6 +1195,7 @@ function getConfig(esVersion) {
11951195
},
11961196
linterOptions: {
11971197
reportUnusedDisableDirectives: true,
1198+
reportUnusedInlineConfigs: "error",
11981199
},
11991200
rules: {
12001201
...javascriptConfig.configs.recommended.rules,

0 commit comments

Comments
 (0)
Please sign in to comment.