mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 02:16:44 +08:00
'投被保人信息添加字段'
This commit is contained in:
16
.eslintrc.js
16
.eslintrc.js
@@ -1,5 +1,4 @@
|
||||
module.exports = {
|
||||
<<<<<<< HEAD
|
||||
root: true,
|
||||
env: {
|
||||
node: true
|
||||
@@ -13,19 +12,4 @@ module.exports = {
|
||||
parserOptions: {
|
||||
parser: 'babel-eslint'
|
||||
}
|
||||
=======
|
||||
root: true,
|
||||
env: {
|
||||
node: true
|
||||
},
|
||||
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',
|
||||
},
|
||||
parserOptions: {
|
||||
parser: 'babel-eslint'
|
||||
}
|
||||
>>>>>>> origin/dev
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user