chore: update prettier setting
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
'use strict';
|
||||
const { createHash } = require('crypto');
|
||||
"use strict";
|
||||
const { createHash } = require("crypto");
|
||||
|
||||
module.exports = env => {
|
||||
const hash = createHash('md5');
|
||||
module.exports = (env) => {
|
||||
const hash = createHash("md5");
|
||||
hash.update(JSON.stringify(env));
|
||||
|
||||
return hash.digest('hex');
|
||||
return hash.digest("hex");
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user