Skip to content

Commit 59899a7

Browse files
ci: Workflow Bot -- Update ALL Dependencies (main) (#6502)
Co-authored-by: Jason3S <3740137+Jason3S@users.noreply.github.com>
1 parent 41ed619 commit 59899a7

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

packages/cspell-eslint-plugin/fixtures/simple/sample.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"use strict"
1+
'use strict';
22

33
const fs = require('fs');
44
const commander = require('commander');
@@ -11,9 +11,9 @@ This is some help.
1111
* run code
1212
*/
1313
export function command(cmd) {
14-
const prompt = "Enter your name:";
14+
const prompt = 'Enter your name:';
1515

16-
return prompt;
16+
return prompt;
1717
}
1818

1919
command(commander);

pnpm-lock.yaml

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)