(baseFilename)
| 68 | const getRcDefaultPath = (baseFilename = 'serverless') => |
| 69 | path.join(os.homedir(), getRcFileName(baseFilename)) |
| 70 | const getRcDefaultConfigPath = (baseFilename) => |
| 71 | path.join(os.homedir(), '.config', getRcFileName(baseFilename)) |
| 72 | |
| 73 | /** |
| 74 | * Gets the path to the global .{baseFilename}rc file. |
no test coverage detected