Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
cd59b94f
Commit
cd59b94f
authored
May 20, 2013
by
alexpott
Browse files
Issue
#1995996
by nod_: Update JSHint configuration.
parent
c9b5abc5
Changes
2
Show whitespace changes
Inline
Side-by-side
.jshintignore
View file @
cd59b94f
...
...
@@ -7,10 +7,12 @@ core/misc/jquery.ba-bbq.js
core/misc/jquery.form.js
core/misc/jquery.js
core/misc/jquery.once.js
core/misc/jquery.ui.touch-punch.js
core/misc/modernizr
core/misc/normalize
core/misc/ui
core/misc/underscore
core/misc/domready
core/misc/vie
core/modules/tour/js/jquery.joyride-2.0.3.js
core/vendor
...
...
.jshintrc
View file @
cd59b94f
...
...
@@ -2,13 +2,14 @@
"browser" : true,
"curly" : true,
"eqeqeq" : true,
"expr" : true,
"forin" : true,
"latedef" : true,
"newcap" : true,
"noarg" : true,
"strict" : true,
"trailing" : true,
"undef" : true,
"unused" : "vars",
"predef" : [
"Drupal",
"drupalSettings",
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment