* Check if the config.json file exists * @returns {boolean}
()
| 192 | * @returns {boolean} |
| 193 | */ |
| 194 | configExists() { |
| 195 | return fs.existsSync(this.configPath); |
| 196 | } |
| 197 | |
| 198 | /** |
| 199 | * Check if the schema.json file exists |
no outgoing calls
no test coverage detected