Commit aacca43d authored by Masayuki Tanaka's avatar Masayuki Tanaka

Merge pull request #1 from kt3k/feature/jshint

Add .jshintrc
parents b994c392 94cd1be8
{
"bitwise": true,
"eqeqeq": true,
"curly": true,
"strict": true,
"trailing": true,
"white": true,
"maxlen": 210,
"undef": true,
"unused": true,
"indent": 4,
"eqnull": true,
"expr": true,
"newcap": false,
"loopfunc": true,
"bitwise": false,
"browser": true
}
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