Skip to content

Commit c52d8b1

Browse files
committed
fix: use strict
1 parent 701ebc2 commit c52d8b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-tests/rush-lib-declaration-paths-test/scripts/createSrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
'ues strict';
1+
'use strict';
22

33
const { FileSystem, Import } = require('@rushstack/node-core-library');
44

libraries/rush-lib/scripts/copyEmptyModules.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
'ues strict';
1+
'use strict';
22

33
const { FileSystem } = require('@rushstack/node-core-library');
44

0 commit comments

Comments
 (0)