Skip to content

Commit

Permalink
fix: Unknown options: reportUnusedDisableDirectives (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
cunzaizhuyi committed Jan 17, 2024
1 parent e74d9b6 commit 2e1117e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/configs/javascript.ts
Expand Up @@ -32,8 +32,10 @@ export async function javascript(
},
sourceType: 'module',
},
linterOptions: {
reportUnusedDisableDirectives: true,
overrideConfig: {

Check failure on line 35 in src/configs/javascript.ts

View workflow job for this annotation

GitHub Actions / typecheck

Object literal may only specify known properties, and 'overrideConfig' does not exist in type 'FlatConfigItem'.

Check failure on line 35 in src/configs/javascript.ts

View workflow job for this annotation

GitHub Actions / test (lts/*, ubuntu-latest)

Object literal may only specify known properties, and 'overrideConfig' does not exist in type 'FlatConfigItem'.

Check failure on line 35 in src/configs/javascript.ts

View workflow job for this annotation

GitHub Actions / test (lts/*, windows-latest)

Object literal may only specify known properties, and 'overrideConfig' does not exist in type 'FlatConfigItem'.

Check failure on line 35 in src/configs/javascript.ts

View workflow job for this annotation

GitHub Actions / test (lts/*, macos-latest)

Object literal may only specify known properties, and 'overrideConfig' does not exist in type 'FlatConfigItem'.
linterOptions: {
reportUnusedDisableDirectives: true,
},
},
name: 'antfu:javascript',
plugins: {
Expand Down

0 comments on commit 2e1117e

Please sign in to comment.