diff --git a/packages/nutui-eslint-config/index.js b/packages/nutui-eslint-config/index.js index 0a4368b9ce..96b7cba89a 100644 --- a/packages/nutui-eslint-config/index.js +++ b/packages/nutui-eslint-config/index.js @@ -41,7 +41,6 @@ module.exports = { 'vue/multi-word-component-names': 'off', 'vue/no-v-text-v-html-on-component': 'off', // will be removed someday - 'vue/attributes-order': 'off', - 'vue/attribute-hyphenation': 'off' + 'vue/attributes-order': 'off' } }; diff --git a/src/packages/__VUE/actionsheet/index.taro.vue b/src/packages/__VUE/actionsheet/index.taro.vue index cea5894e86..489b29c45c 100644 --- a/src/packages/__VUE/actionsheet/index.taro.vue +++ b/src/packages/__VUE/actionsheet/index.taro.vue @@ -1,5 +1,5 @@