Format all source code using Prettier
This commit is contained in:
parent
b4dee3f30b
commit
1dd87ad197
149 changed files with 17847 additions and 15439 deletions
|
@ -56,5 +56,8 @@ _.set(packageJson, WIN_ASSET_PATH, WIN_ASSET_END_VALUE);
|
|||
|
||||
// ---
|
||||
|
||||
fs.writeFileSync('./config/default.json', JSON.stringify(defaultConfig, null, ' '));
|
||||
fs.writeFileSync(
|
||||
'./config/default.json',
|
||||
JSON.stringify(defaultConfig, null, ' ')
|
||||
);
|
||||
fs.writeFileSync('./package.json', JSON.stringify(packageJson, null, ' '));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue