tellform/public/lib/raven-js/.jshintrc

10 lines
128 B
Plaintext
Raw Normal View History

2015-07-14 20:45:54 +00:00
{
"es3": true,
"globalstrict": true,
"browser": true,
"predef": [
"TraceKit",
"console"
]
}