revert: lint format vue/prop-name-casing

pull/471/head
tangjinzhou 2019-02-11 20:50:19 +08:00
parent 350b941e83
commit e60122a9f4
2 changed files with 6 additions and 5 deletions

View File

@ -19,6 +19,7 @@
"semi": ["error", "always"],
"vue/require-prop-types": "off",
"vue/require-default-prop": "off",
"vue/no-reserved-keys": "off"
"vue/no-reserved-keys": "off",
"vue/prop-name-casing": "off"
}
}

View File

@ -41,7 +41,7 @@ export default {
tabBarPosition: PropTypes.string.def('top'),
activeKey: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
defaultActiveKey: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
propsSymbol: PropTypes.any,
__propsSymbol__: PropTypes.any,
},
data() {
const props = getOptionProps(this);