diff --git a/.eslintignore b/.eslintignore index 9eb685cbe4764d2c7062a06c269c8fcd8daa17e3..6d874bc3658d3f2a88fe463bdff0ad00ae0a5e24 100644 --- a/.eslintignore +++ b/.eslintignore @@ -3,4 +3,5 @@ **/vendor/ /_gh_pages/ /js/coverage/ +/site/static/sw.js /package.js diff --git a/site/static/sw.js b/site/static/sw.js index 7d03d3b22a8d69dce3ec704704a0aa853427854c..dcebfd2d6740cc937f21536d778549d3c7f2ff7d 100644 --- a/site/static/sw.js +++ b/site/static/sw.js @@ -2,8 +2,6 @@ // IT'S ALL JUST JUNK FOR OUR DOCS! // ++++++++++++++++++++++++++++++++++++++++++ -/* eslint-disable max-nested-callbacks */ - (function () { 'use strict'