drupal/.jshintrc

23 lines
365 B
Plaintext

{
"browser" : true,
"curly" : true,
"eqeqeq" : true,
"expr" : true,
"forin" : true,
"latedef" : true,
"newcap" : true,
"noarg" : true,
"trailing" : true,
"undef" : true,
"predef" : [
"Drupal",
"drupalSettings",
"jQuery",
"_",
"matchMedia",
"Backbone",
"VIE",
"CKEDITOR"
]
}