function readConfig()
in
index.js [22:24]
3
lines of code
1
McCabe index (conditional complexity)
function readConfig() { return JSON.parse(fs.readFileSync(CONFIG_FILE)); }