dat.gui/.jshintrc
George Michael Brower 8b13c1b403 style
2014-09-07 22:43:10 -04:00

15 lines
210 B
Plaintext

{
"node": true,
"esnext": true,
"bitwise": true,
"camelcase": true,
"curly": true,
"immed": true,
"newcap": false,
"noarg": true,
"undef": true,
"unused": "vars",
"strict": false,
"browser": true
}