From 6e35b37e49ac3c4e76b28e96d45eb07f81ffbaca Mon Sep 17 00:00:00 2001 From: roschaefer Date: Sun, 22 Sep 2019 23:27:56 +0200 Subject: [PATCH] Fix lint --- webapp/.eslintignore | 1 + webapp/nuxt.config.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/.eslintignore b/webapp/.eslintignore index d56900caf..be90fc8e3 100644 --- a/webapp/.eslintignore +++ b/webapp/.eslintignore @@ -3,3 +3,4 @@ build .nuxt styleguide/ **/*.min.js +static/sw.js diff --git a/webapp/nuxt.config.js b/webapp/nuxt.config.js index 2f0df073a..b1e520b20 100644 --- a/webapp/nuxt.config.js +++ b/webapp/nuxt.config.js @@ -221,7 +221,7 @@ export default { '@nuxtjs/axios', '@nuxtjs/style-resources', '@nuxtjs/sentry', - '@nuxtjs/pwa' + '@nuxtjs/pwa', ], /*