fix: eslint for vue components
This commit is contained in:
@@ -27,29 +27,28 @@ export default {
|
||||
results: []
|
||||
},
|
||||
conf: {
|
||||
telemetry: true,
|
||||
upgrade: false,
|
||||
title: siteConfig.title || 'Wiki',
|
||||
path: siteConfig.path || '/',
|
||||
port: siteConfig.port || 80,
|
||||
lang: siteConfig.lang || 'en',
|
||||
public: (siteConfig.public === true),
|
||||
pathData: './data',
|
||||
pathRepo: './repo',
|
||||
gitUseRemote: (siteConfig.git !== false),
|
||||
gitUrl: '',
|
||||
gitBranch: 'master',
|
||||
gitAuthType: 'ssh',
|
||||
gitAuthSSHKey: '',
|
||||
gitAuthUser: '',
|
||||
gitAuthPass: '',
|
||||
gitAuthSSL: true,
|
||||
gitShowUserEmail: true,
|
||||
gitServerEmail: '',
|
||||
mongo: 'mongodb://',
|
||||
adminEmail: '',
|
||||
adminPassword: '',
|
||||
adminPasswordConfirm: ''
|
||||
adminPasswordConfirm: '',
|
||||
gitAuthPass: '',
|
||||
gitAuthSSHKey: '',
|
||||
gitAuthSSL: true,
|
||||
gitAuthType: 'ssh',
|
||||
gitAuthUser: '',
|
||||
gitBranch: 'master',
|
||||
gitServerEmail: '',
|
||||
gitShowUserEmail: true,
|
||||
gitUrl: '',
|
||||
gitUseRemote: (siteConfig.git !== false),
|
||||
lang: siteConfig.lang || 'en',
|
||||
mongo: 'mongodb://',
|
||||
path: siteConfig.path || '/',
|
||||
pathRepo: './repo',
|
||||
port: siteConfig.port || 80,
|
||||
public: (siteConfig.public === true),
|
||||
telemetry: true,
|
||||
title: siteConfig.title || 'Wiki',
|
||||
upgrade: false
|
||||
},
|
||||
considerations: {
|
||||
https: false,
|
||||
|
||||
Reference in New Issue
Block a user