'添加财务告知判断'

This commit is contained in:
proudlx
2021-04-19 10:24:22 +08:00
parent 0337d863ad
commit 0cd7660846
3 changed files with 76 additions and 50 deletions

View File

@@ -5,9 +5,9 @@ module.exports = {
},
extends: ['plugin:vue/essential', '@vue/prettier'],
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'prettier/prettier': 'error'
'no-console': process.env.NODE_ENV === 'production' ? 'off' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'off' : 'off',
'prettier/prettier': 'off'
},
parserOptions: {
parser: 'babel-eslint'