~koehr/koehr.tech

14a5170a0ff38ce9ad681e32916363fd33353c33 — koehr 5 years ago f564463
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": {