Skip to content

Commit

Permalink
feat(config): added lintOnSave option
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-solanki committed Nov 12, 2021
1 parent c7d0a81 commit d5f8401
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const { mergeSassVariables } = require('@vuetify/cli-plugin-utils')

module.exports = {
publicPath: process.env.NODE_ENV === 'production' ? '/demo/materio-vuetify-vuejs-admin-template-free/demo' : '/',
lintOnSave: false,
transpileDependencies: ['vuetify'],
chainWebpack: config => {
const modules = ['vue-modules', 'vue', 'normal-modules', 'normal']
Expand Down

0 comments on commit d5f8401

Please sign in to comment.