diff options
| author | XhmikosR <[email protected]> | 2019-07-16 13:38:53 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-07-17 14:52:11 +0300 |
| commit | 9be99c9b347fa8c6983b83a0795c99cd14806c8e (patch) | |
| tree | 3f90410af99e0fabeef83d342f32293303ef5340 | |
| parent | fe09d106dcfb1cd2a71f4793fe03910196cd7843 (diff) | |
| download | bootstrap-9be99c9b347fa8c6983b83a0795c99cd14806c8e.tar.xz bootstrap-9be99c9b347fa8c6983b83a0795c99cd14806c8e.zip | |
Ignore sw.js.
| -rw-r--r-- | .eslintignore | 1 | ||||
| -rw-r--r-- | site/static/sw.js | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.eslintignore b/.eslintignore index 9eb685cbe..6d874bc36 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 7d03d3b22..dcebfd2d6 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' |
