meteorlxy / eslint-plugin-prettier-vue

:ok_hand: ESLint plugin for Prettier formatting, which is better for Vue SFC
MIT License
115 stars 9 forks source link

Consider making `eslint-config-prettier` optional dependency. #14

Closed Astray-git closed 3 years ago

Astray-git commented 3 years ago

eslint-config-prettier is added here: https://github.com/meteorlxy/eslint-plugin-prettier-vue/blob/ed8ddb683f42f4c987f7f239da1c564a361967e1/lib/configs.js#L6

When I have SFCBlocks.script disabled. I still want to use ESLint's format rules for script block.

meteorlxy commented 3 years ago

eslint-config-prettier is not in the dependencies list. The recommended config is not required, too. You can configure it yourself.