Skip to content

Commit d37f595

Browse files
ZYSzysnhunzaker
authored andcommitted
Add use strict to .prettierrc.js (facebook#13787)
1 parent b5c0852 commit d37f595

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.prettierrc.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use strict';
2+
13
const {esNextPaths} = require('./scripts/shared/pathsByLanguageVersion');
24

35
module.exports = {

0 commit comments

Comments
 (0)