shell bypass 403
GrazzMean Shell
: /home/homesquasz/devprod/Coordinatrice/node_modules/eslint/lib/cli-engine/formatters/ [ drwx---r-x ]
/**
* @fileoverview JSON reporter
* @author Burak Yigit Kaya aka BYK
*/
"use strict";
//------------------------------------------------------------------------------
// Public Interface
//------------------------------------------------------------------------------
module.exports = function(results) {
return JSON.stringify(results);
};