Skip to content

Commit

Permalink
fix(lint): disable eslint nuxt.config.js extend line (#491)
Browse files Browse the repository at this point in the history
* style: disable eslint line

* feat: removes `extend` with a doc link

Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
  • Loading branch information
zalog and atinux authored May 18, 2020
1 parent 9a1497f commit a7d3142
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions packages/cna-template/template/nuxt/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
<%_ } _%>

export default {
// https://nuxtjs.org/api/configuration-mode
/*
** Nuxt rendering mode
** See https://nuxtjs.org/api/configuration-mode
*/
mode: '<%= mode %>',
/*
** Headers of the page
** https://nuxtjs.org/api/configuration-head
** See https://nuxtjs.org/api/configuration-head
*/
head: {
<%_ if (ui === 'vuetify') { _%>
Expand Down Expand Up @@ -144,7 +147,7 @@ export default {
<%_ } _%>
/*
** Build configuration
** https://nuxtjs.org/api/configuration-build
** See https://nuxtjs.org/api/configuration-build/
*/
build: {
<%_ if (ui === 'bulma') { _%>
Expand Down

0 comments on commit a7d3142

Please sign in to comment.