Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Sep 4, 2024
1 parent 1b2d072 commit 2c70670
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/runEslint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const eslintCommand =
console.log(`Running ${eslintCommand} ...`)

try {
// eslint-disable-next-line sonarjs/no-os-command-from-path, sonarjs/os-command
exec(eslintCommand, (error, stdout, stderr) => {
/*
* Print output
Expand Down

0 comments on commit 2c70670

Please sign in to comment.