Skip to content

Commit 97a810f

Browse files
committed
removed linter from quasar config
1 parent 3f4ea66 commit 97a810f

File tree

1 file changed

+7
-30
lines changed

1 file changed

+7
-30
lines changed

quasar.conf.js

Lines changed: 7 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,7 @@ module.exports = function (ctx) {
4343
'QList',
4444
'QItem',
4545
'QItemSection',
46-
'QItemLabel',
47-
'QExpansionItem',
48-
'QInput',
49-
'QBar',
50-
'QFooter',
51-
'QAvatar',
52-
'QTabs',
53-
'QTab',
54-
'QRouteTab',
55-
'QTabPanels',
56-
'QTabPanel',
57-
'QFab',
58-
'QFabAction',
59-
'QUploader',
60-
'QEditor'
46+
'QItemLabel'
6147
],
6248

6349
directives: [
@@ -80,15 +66,6 @@ module.exports = function (ctx) {
8066
// analyze: true,
8167
// extractCSS: false,
8268
extendWebpack (cfg) {
83-
cfg.module.rules.push({
84-
enforce: 'pre',
85-
test: /\.(js|vue)$/,
86-
loader: 'eslint-loader',
87-
exclude: /node_modules/,
88-
options: {
89-
formatter: require('eslint').CLIEngine.getFormatter('stylish')
90-
}
91-
})
9269
}
9370
},
9471

@@ -109,9 +86,9 @@ module.exports = function (ctx) {
10986
// workboxPluginMode: 'InjectManifest',
11087
// workboxOptions: {}, // only for NON InjectManifest
11188
manifest: {
112-
// name: 'PreVue 2.0',
113-
// short_name: 'PreVue 2.0',
114-
// description: 'Vue Prototype DevTool',
89+
// name: 'Quasar App',
90+
// short_name: 'Quasar App',
91+
// description: 'A Quasar Framework app',
11592
display: 'standalone',
11693
orientation: 'portrait',
11794
background_color: '#ffffff',
@@ -152,7 +129,7 @@ module.exports = function (ctx) {
152129
},
153130

154131
electron: {
155-
bundler: 'builder', // or 'packager'
132+
// bundler: 'builder', // or 'packager'
156133

157134
extendWebpack (cfg) {
158135
// do something with Electron main process Webpack cfg
@@ -175,8 +152,8 @@ module.exports = function (ctx) {
175152
builder: {
176153
// https://www.electron.build/configuration/configuration
177154

178-
// appId: 'prevue2'
155+
// appId: 'quasar-example'
179156
}
180157
}
181158
}
182-
}
159+
}

0 commit comments

Comments
 (0)