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