mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 19:48:50 +03:00
5 lines
63 B
JavaScript
5 lines
63 B
JavaScript
|
/* eslint-env node */
|
||
|
module.exports = {
|
||
|
parallel: true
|
||
|
};
|