AloisSeckar / AloisSeckar/nuxt-ignis
Make `nuxt-spec` optional
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 18
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Currently nuxt-ignis in `nuxt.config.ts` does:
```
extends: [
// Test-pack base layer
'nuxt-spec',
],
```
It should be possible NOT to extend from the layer, if user doesn't wants to.
Needs to be verified and tested though.
Contributor guide
Assessment
This issue has not been assessed yet.