Skip to content
Snippets Groups Projects
Commit ae07e9bd authored by Alex Pott's avatar Alex Pott
Browse files

Issue #1664940 by nod_, jibran, droplet | RobLoach: [Policy, patch] Decide on JSHint configuration.

parent 560b8091
No related branches found
No related tags found
No related merge requests found
core/misc/backbone
core/misc/ckeditor
core/misc/create
core/misc/farbtastic
core/misc/html5.js
core/misc/jquery.ba-bbq.js
core/misc/jquery.form.js
core/misc/jquery.js
core/misc/jquery.once.js
core/misc/modernizr
core/misc/normalize
core/misc/ui
core/misc/underscore
core/misc/vie
core/modules/tour/js/jquery.joyride-2.0.3.js
core/vendor
sites/*/files
{
"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"
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment