Browse Source

Merge pull request #1 from kt3k/feature/jshint

Add .jshintrc
pull/2/head
Masayuki Tanaka 11 years ago
parent
commit
aacca43d83
  1. 20
      .jshintrc
  2. 956
      c3.js

20
.jshintrc

@ -0,0 +1,20 @@
{
"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
}

956
c3.js

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save