Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
style: format code with Prettier and RuboCop
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 1efc9e3 according to the output
from Prettier and RuboCop.

Details: #1157
  • Loading branch information
deepsource-autofix[bot] committed Mar 29, 2024
1 parent 1efc9e3 commit dccedf4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions _tasks/format/format-md.mjs
Expand Up @@ -3,8 +3,6 @@ import yarnpkgShell from '@yarnpkg/shell';
let code = 0;
const scripts = ['npx prettier --write "**/*.md"'];



scripts.forEach(async (v, i) => {
code = await yarnpkgShell.execute(scripts[i]);
process.exitCode = code > 0 ? code : 0;
Expand Down

0 comments on commit dccedf4

Please sign in to comment.