Skip to content

Instantly share code, notes, and snippets.

@leolara
Last active August 30, 2016 10:26
Show Gist options
  • Save leolara/3cc0767fedfc788b0fc4ee496f863473 to your computer and use it in GitHub Desktop.
Save leolara/3cc0767fedfc788b0fc4ee496f863473 to your computer and use it in GitHub Desktop.
Linting rocketchat
{
"indentation" : {
"level" : "error",
"value" : 1
},
"no_tabs": { "level": "ignore"},
"max_line_length": { "level": "ignore"},
"no_spaces": {"level" : "error"},
"line_endings" : {
"value" : "unix",
"level" : "error"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment