Commit 247a20ca authored by CeRiAl's avatar CeRiAl

Beautify JS-code and add .jshintrc

parent 450a1b0d
{
"browser": true,
"indent": 4,
"eqeqeq": true,
"undef": true,
"curly": true,
"eqnull": true,
"noarg": true,
"bitwise": true,
"forin": true,
"newcap": true,
"unused": "vars",
"quotmark": "double",
"globals": {
"Pebble": false,
"toString": false,
"console": false
}
}
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment