Skip to content

Commit 29f54fc

Browse files
fix: enable reportUnusedInlineConfigs
1 parent 9f85348 commit 29f54fc

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: true,
11981199
},
11991200
rules: {
12001201
...javascriptConfig.configs.recommended.rules,

0 commit comments

Comments
 (0)