openct-tasks/.jshintrc

9 lines
253 B
Plaintext

{
"devel":true,
"browser": true,
"predef":[ "grader", "task", "platform", "stdAnsTypes", "displayHelper", "Platform", "Task", "Raphael", "DragAndDropSystem"],
"trailing": true,
"futurehostile": true,
"eqnull": true,
"jquery": true
}