Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (main) (#6502)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <3740137+Jason3S@users.noreply.github.com>
  • Loading branch information
1 parent 41ed619 commit 59899a7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions packages/cspell-eslint-plugin/fixtures/simple/sample.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"use strict"
'use strict';

const fs = require('fs');
const commander = require('commander');
Expand All @@ -11,9 +11,9 @@ This is some help.
* run code
*/
export function command(cmd) {
const prompt = "Enter your name:";
const prompt = 'Enter your name:';

return prompt;
return prompt;
}

command(commander);
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 59899a7

Please sign in to comment.