switch from jshint to eslint
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
/* jshint maxlen: false */
|
||||
|
||||
var ca = require('../client_action').<%
|
||||
|
||||
if (!clientActionModifier) print('factory');
|
||||
@ -28,4 +26,4 @@ _.each(proxies, function (action) {%>
|
||||
|
||||
<%= partials.client_action_proxy(action) %><%
|
||||
});
|
||||
%>
|
||||
%>
|
||||
|
||||
Reference in New Issue
Block a user