Stackedit/.jshintrc

10 lines
135 B
Plaintext
Raw Normal View History

{
"curly": true,
2014-08-31 19:51:13 +00:00
"node": true,
"indent": 4,
"latedef": true,
"undef": true,
"unused": true,
2014-08-31 19:51:13 +00:00
"expr": true
2014-03-23 02:33:41 +00:00
}