Files
konva/.jshintrc

21 lines
362 B
Plaintext
Raw Normal View History

2013-11-27 10:13:34 -08:00
{
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"boss": true,
"eqnull": true,
"node": true,
"indent": 4,
"latedef": true,
"quotmark": "single",
2013-11-27 10:22:24 -08:00
"unused": true,
"globals": {
2013-11-27 10:29:15 -08:00
"Kinetic": false,
"document": false
2013-11-27 10:22:24 -08:00
}
2013-11-27 10:13:34 -08:00
}