Skip to content

Commit

Permalink
Update packages and remove commit- and style-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasmin Zulfati Yusrina committed May 30, 2021
1 parent 20be403 commit dd2eb54
Show file tree
Hide file tree
Showing 3 changed files with 7,358 additions and 11,241 deletions.
10 changes: 7 additions & 3 deletions nuxt-demo/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ export default {

head: {
title: "Nuxt Demo",

htmlAttrs: {
lang: "en"
},

meta: [
{ charset: "utf-8" },
{ name: "viewport", content: "width=device-width, initial-scale=1" },
Expand All @@ -12,8 +17,7 @@ export default {
{ rel: "icon", type: "image/x-icon", href: "/favicon.ico" },
{
rel: "stylesheet",
href:
"https://fonts.googleapis.com/css2?family=Fira+Mono&family=Fira+Sans:wght@400;600&display=swap"
href: "https://fonts.googleapis.com/css2?family=Fira+Mono&family=Fira+Sans:wght@400;600&display=swap"
}
],
script: [
Expand Down Expand Up @@ -42,7 +46,7 @@ export default {

components: true,

buildModules: ["@nuxtjs/eslint-module", "@nuxtjs/stylelint-module"],
buildModules: ["@nuxtjs/eslint-module"],

modules: ["bootstrap-vue/nuxt", "@nuxtjs/axios"],

Expand Down
Loading

0 comments on commit dd2eb54

Please sign in to comment.