Add use strict to .prettierrc.js (#13787)

This commit is contained in:
ZYSzys 2018-10-21 05:42:11 +08:00 committed by Nathan Hunzaker
parent b5c0852fdd
commit d37f595595

View File

@ -1,3 +1,5 @@
'use strict';
const {esNextPaths} = require('./scripts/shared/pathsByLanguageVersion'); const {esNextPaths} = require('./scripts/shared/pathsByLanguageVersion');
module.exports = { module.exports = {