Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Nov 8, 2024
1 parent 85f408a commit 64edab9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions quasar.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ module.exports = configure(function (/* ctx */) {
// polyfillModulePreload: true,
distDir: "dist/",

/* eslint-disable quotes */
// eslint-disable-next-line @typescript-eslint/no-unused-vars
extendViteConf(viteConf, { isServer, isClient }) {
viteConf.build = mergeConfig(viteConf.build, {
chunkSizeWarningLimit: 1600,
Expand All @@ -91,6 +93,7 @@ module.exports = configure(function (/* ctx */) {
},
});
},
/* eslint-enable quotes */
// viteVuePluginOptions: {},
// vitePlugins: []
},
Expand Down

0 comments on commit 64edab9

Please sign in to comment.