mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-07 03:00:20 -04:00
Add jshint task
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
/*jshint browser:true, jquery:true, strict:false, curly:false, indent:2*/
|
||||
/*jshint
|
||||
undef:true,
|
||||
browser:true,
|
||||
devel: true,
|
||||
jquery:true,
|
||||
strict:false,
|
||||
curly:false,
|
||||
indent:2
|
||||
*/
|
||||
|
||||
(function() {
|
||||
var $ = jQuery;
|
||||
|
||||
Reference in New Issue
Block a user