Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
fix: ignore eslint angular timeout rule
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmsibley committed Feb 18, 2019
1 parent 415e862 commit 4b51584
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/main/webapp/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ require(['./config', './js/login-config'], function(config, loginConfig) {
*/
function bootstrapApplication() {
angular.bootstrap(document, ['my-app']);
// eslint-disable-next-line angular/timeout-service
setTimeout(function() {
// eslint-disable-next-line no-undef
cssVars({shadowDOM: true});
Expand Down

0 comments on commit 4b51584

Please sign in to comment.