Signed-off-by: dartcafe <github@dartcafe.de>
This commit is contained in:
Родитель
4e8addf099
Коммит
536aa7f7f2
|
@ -31,9 +31,7 @@ import AdminSettingsPage from './views/AdminSettingsPage.vue'
|
|||
Vue.prototype.t = translate
|
||||
Vue.prototype.n = translatePlural
|
||||
|
||||
Vue.config.debug = process.env.NODE_ENV !== 'production'
|
||||
Vue.config.devTools = process.env.NODE_ENV !== 'production'
|
||||
// eslint-disable-next-line vue/match-component-file-name
|
||||
Vue.config.devtools = process.env.NODE_ENV !== 'production'
|
||||
|
||||
Vue.use(Vuex)
|
||||
|
||||
|
|
|
@ -30,8 +30,7 @@ import { translate, translatePlural } from '@nextcloud/l10n'
|
|||
import Dashboard from './views/Dashboard.vue'
|
||||
import './assets/scss/polls-icon.scss'
|
||||
|
||||
Vue.config.debug = process.env.NODE_ENV !== 'production'
|
||||
Vue.config.devTools = process.env.NODE_ENV !== 'production'
|
||||
Vue.config.devtools = process.env.NODE_ENV !== 'production'
|
||||
|
||||
Vue.prototype.t = translate
|
||||
Vue.prototype.n = translatePlural
|
||||
|
|
|
@ -35,8 +35,8 @@ import UserItem from './components/User/UserItem.vue'
|
|||
|
||||
sync(store, router)
|
||||
|
||||
Vue.config.debug = import.meta.env.MODE !== 'production'
|
||||
Vue.config.devtools = import.meta.env.MODE !== 'production'
|
||||
|
||||
Vue.prototype.t = translate
|
||||
Vue.prototype.n = translatePlural
|
||||
Vue.prototype.getCurrentUser = getCurrentUser
|
||||
|
|
|
@ -31,8 +31,7 @@ import UserSettingsPage from './views/UserSettingsPage.vue'
|
|||
Vue.prototype.t = translate
|
||||
Vue.prototype.n = translatePlural
|
||||
|
||||
Vue.config.debug = process.env.NODE_ENV !== 'production'
|
||||
Vue.config.devTools = process.env.NODE_ENV !== 'production'
|
||||
Vue.config.devtools = process.env.NODE_ENV !== 'production'
|
||||
|
||||
Vue.use(Vuex)
|
||||
|
||||
|
|
|
@ -1,15 +1,3 @@
|
|||
const stylelintConfig = require('@nextcloud/stylelint-config')
|
||||
|
||||
// const overrides = {
|
||||
// ignoreFiles: ['**/*.js', '**/*.gif', '**/*.svg'],
|
||||
// rules: {
|
||||
// 'rule-empty-line-before': [
|
||||
// 'always-multi-line',
|
||||
// {
|
||||
// ignore: ['after-comment', 'inside-block'],
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
// }
|
||||
|
||||
module.exports = { ...stylelintConfig, /* overrides */}
|
||||
module.exports = { ...stylelintConfig }
|
||||
|
|
Загрузка…
Ссылка в новой задаче