nuxt / create-nuxt-app

Create Nuxt.js App in seconds.
MIT License
3.48k stars 429 forks source link

feat: added eslintingore template and PWA options #839

Open Oluwatemilorun opened 3 years ago

Oluwatemilorun commented 3 years ago

When the PWA option is selected and also eslint lint option, eslint logs an error from the auto generated service worker file sw.js due to possible conflicting rules.

.eslintignore

There is no .eslintignore file being generated, so a template was created and which includes auto generated service worker files when PWA option is selected.