Skip to content

Commit 665f9d6

Browse files
committed
Add linter option
1 parent 1bb6f62 commit 665f9d6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

eslint.config.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,10 @@ export default [
278278
projectService: true,
279279
},
280280
},
281-
linterOptions: { reportUnusedDisableDirectives: 'error' },
281+
linterOptions: {
282+
reportUnusedDisableDirectives: 'error',
283+
reportUnusedInlineConfigs: 'error',
284+
},
282285
settings: {
283286
n: { tryExtensions: nExtensions },
284287
'import/resolver': {

0 commit comments

Comments
 (0)