This commit is contained in:
Chocobozzz 2019-10-28 13:10:17 +01:00
parent 54a8a1f665
commit 08b8676fa9
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -8,7 +8,7 @@ module.exports = {
'@vue/standard' '@vue/standard'
], ],
rules: { rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', 'no-console': 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off', 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'vue/script-indent': ['error', 2, { 'vue/script-indent': ['error', 2, {
baseIndent: 1, baseIndent: 1,