Skip to content

Commit

Permalink
use normal comment
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Feb 5, 2025
1 parent 720346c commit 61c89a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/production/eslint-plugin-deps/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ describe('eslint plugin deps', () => {
"allowJs": true,
"skipLibCheck": true,
"strict": false,
// The rule @typescript-eslint/no-unnecessary-boolean-literal-compare requires the \`strictNullChecks\` compiler option to be turned on to function correctly.
"strictNullChecks": true,
"noEmit": true,
${/* The rule @typescript-eslint/no-unnecessary-boolean-literal-compare requires the `strictNullChecks` compiler option to be turned on to function correctly. */ ''}
"incremental": true,
"module": "esnext",
"esModuleInterop": true,
Expand Down

0 comments on commit 61c89a5

Please sign in to comment.