mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +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
33 lines
1.1 KiB
JavaScript
33 lines
1.1 KiB
JavaScript
/*
|
|
* IMPORTANT!
|
|
* This file has been automatically generated,
|
|
* in order to update it's content execute "npm run update"
|
|
*/
|
|
module.exports = {
|
|
extends: require.resolve('./essential'),
|
|
rules: {
|
|
'vue/attribute-hyphenation': 'warn',
|
|
'vue/component-definition-name-casing': 'warn',
|
|
'vue/html-closing-bracket-newline': 'warn',
|
|
'vue/html-closing-bracket-spacing': 'warn',
|
|
'vue/html-end-tags': 'warn',
|
|
'vue/html-indent': 'warn',
|
|
'vue/html-quotes': 'warn',
|
|
'vue/html-self-closing': 'warn',
|
|
'vue/max-attributes-per-line': 'warn',
|
|
'vue/multiline-html-element-content-newline': 'warn',
|
|
'vue/mustache-interpolation-spacing': 'warn',
|
|
'vue/no-multi-spaces': 'warn',
|
|
'vue/no-spaces-around-equal-signs-in-attribute': 'warn',
|
|
'vue/no-template-shadow': 'warn',
|
|
'vue/one-component-per-file': 'warn',
|
|
'vue/prop-name-casing': 'warn',
|
|
'vue/require-default-prop': 'warn',
|
|
'vue/require-prop-types': 'warn',
|
|
'vue/singleline-html-element-content-newline': 'warn',
|
|
'vue/v-bind-style': 'warn',
|
|
'vue/v-on-style': 'warn',
|
|
'vue/v-slot-style': 'warn'
|
|
}
|
|
}
|