Skip to content

Commit 3a62d70

Browse files
committed
style(client/app): disable eslint warning about unused import
1 parent 36748f7 commit 3a62d70

File tree

1 file changed

+1
-1
lines changed
  • templates/app/client/app

1 file changed

+1
-1
lines changed

Diff for: templates/app/client/app/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ const ngRoute = require('angular-route');<% } %>
1313
import uiRouter from 'angular-ui-router';<% } %>
1414
<%_ if(filters.uibootstrap) { _%>
1515
import uiBootstrap from 'angular-ui-bootstrap';<% } %>
16-
// import ngMessages from 'angular-messages';
1716
<%_ if(filters.auth) { _%>
17+
// eslint-disable-next-line no-unused-vars
1818
import ngValidationMatch from 'angular-validation-match';
1919
<% } %>
2020

0 commit comments

Comments
 (0)