diff --git a/snowy-admin-web/.eslintrc.js b/snowy-admin-web/.eslintrc.js index 556567e0..c756d584 100644 --- a/snowy-admin-web/.eslintrc.js +++ b/snowy-admin-web/.eslintrc.js @@ -33,6 +33,7 @@ module.exports = { 'vue/require-default-prop': 'off', 'vue/html-self-closing': 'off', 'vue/v-on-event-hyphenation': 'off', - 'vue/multi-word-component-names': 'off' + 'vue/multi-word-component-names': 'off', + 'prettier/prettier': ['error', { endOfLine: 'auto' }] } }