Skip to content

Commit

Permalink
fix option
Browse files Browse the repository at this point in the history
  • Loading branch information
samchungy committed Apr 18, 2024
1 parent a873c0d commit b9e81ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/cli/adapter/eslint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ export const runESLint = async (
const engine = new ESLint({
cache: true,
fix: mode === 'format',
reportUnusedDisableDirectives: 'error',
overrideConfig: {
reportUnusedDisableDirectives: true,
},
});

const cwd = process.cwd();
Expand Down

0 comments on commit b9e81ce

Please sign in to comment.