module.exports = {
"extends": "google",
"installedESLint": true,
"rules":{
"indent": ["error", 4],
"require-jsdoc": 0
}
};