virt2/api/jquery/plugins/jquery_chained-2.x/.jshintrc

34 lines
563 B
Plaintext
Executable File

{
"curly": true,
"eqeqeq": true,
"eqnull": true,
"immed": true,
"noarg": true,
"quotmark": "double",
"trailing": true,
"undef": true,
"unused": "vars",
"node": true,
"jquery": true,
"browser": true,
"predef": [
"_",
"jasmine",
"describe",
"xdescribe",
"it",
"xit",
"beforeEach",
"afterEach",
"expect",
"spyOn",
"runs",
"waits",
"waitsFor",
"Backbone",
"Modernizr",
"rivets"
]
}