mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
# Conflicts: # jsowell-ui/.env.development # jsowell-ui/.env.staging # jsowell-ui/bin/build-sit.bat # jsowell-ui/bin/build.bat # jsowell-ui/src/api/adapayMember/adapayMember.js # jsowell-ui/src/api/pile/merchant.js # jsowell-ui/src/router/index.js # jsowell-ui/src/views/financial/financeDetail.vue # jsowell-ui/src/views/financial/merchant.vue # jsowell-ui/src/views/homeIndex/homeIndex.vue # jsowell-ui/src/views/login.vue # jsowell-ui/src/views/pile/basic/detail.vue # jsowell-ui/src/views/pile/station/components/SiteInfo.vue # jsowell-ui/src/views/pile/station/detail.vue # jsowell-ui/src/views/pile/station/orderReport.vue
50 lines
1.7 KiB
JavaScript
50 lines
1.7 KiB
JavaScript
/*
|
|
* IMPORTANT!
|
|
* This file has been automatically generated,
|
|
* in order to update it's content execute "npm run update"
|
|
*/
|
|
module.exports = {
|
|
rules: {
|
|
'vue/array-bracket-newline': 'off',
|
|
'vue/array-bracket-spacing': 'off',
|
|
'vue/arrow-spacing': 'off',
|
|
'vue/block-spacing': 'off',
|
|
'vue/block-tag-newline': 'off',
|
|
'vue/brace-style': 'off',
|
|
'vue/comma-dangle': 'off',
|
|
'vue/comma-spacing': 'off',
|
|
'vue/comma-style': 'off',
|
|
'vue/dot-location': 'off',
|
|
'vue/func-call-spacing': 'off',
|
|
'vue/html-closing-bracket-newline': 'off',
|
|
'vue/html-closing-bracket-spacing': 'off',
|
|
'vue/html-comment-content-newline': 'off',
|
|
'vue/html-comment-content-spacing': 'off',
|
|
'vue/html-comment-indent': 'off',
|
|
'vue/html-indent': 'off',
|
|
'vue/html-quotes': 'off',
|
|
'vue/html-self-closing': 'off',
|
|
'vue/key-spacing': 'off',
|
|
'vue/keyword-spacing': 'off',
|
|
'vue/max-attributes-per-line': 'off',
|
|
'vue/max-len': 'off',
|
|
'vue/multiline-html-element-content-newline': 'off',
|
|
'vue/mustache-interpolation-spacing': 'off',
|
|
'vue/no-extra-parens': 'off',
|
|
'vue/no-multi-spaces': 'off',
|
|
'vue/no-spaces-around-equal-signs-in-attribute': 'off',
|
|
'vue/object-curly-newline': 'off',
|
|
'vue/object-curly-spacing': 'off',
|
|
'vue/object-property-newline': 'off',
|
|
'vue/operator-linebreak': 'off',
|
|
'vue/padding-line-between-blocks': 'off',
|
|
'vue/script-indent': 'off',
|
|
'vue/singleline-html-element-content-newline': 'off',
|
|
'vue/space-in-parens': 'off',
|
|
'vue/space-infix-ops': 'off',
|
|
'vue/space-unary-ops': 'off',
|
|
'vue/template-curly-spacing': 'off',
|
|
'vue/v-for-delimiter-style': 'off'
|
|
}
|
|
}
|