add workbox to globals to make linting the service worker possible
1 files changed, 3 insertions(+), 0 deletions(-) M package.json
M package.json => package.json +3 -0
@@ 42,6 42,9 @@ "rules": {}, "parserOptions": { "parser": "babel-eslint" + }, + "globals": { + "workbox": true } }, "postcss": {