Stackedit/app/.jshintrc

10 lines
135 B
Plaintext
Raw Normal View History

2014-08-13 21:06:14 +00:00
{
"curly": true,
"node": true,
"indent": 4,
"latedef": true,
"undef": true,
"unused": true,
"expr": true
}