建议使用 prettier-eslint-cli 格式化代码 #3729
timongh
started this conversation in
功能建议 / Ideas
Replies: 2 comments 7 replies
-
对了,如果要使用这个的话最好把 eslint 的 max-len 规则关掉,只在 prettier 的配置中限制长度。因为 prettier 不会严格遵守最大行长的规则。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
我是想把 prettier 规则直接配进 ESLint 里的, 但好像对 Vue 2 的 SFC 支持不太好... |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
vscode 的自带格式化感觉有点弱。单用 prettier 又无法与当前使用的 eslint 规则完全无冲突。所以建议用 prettier-eslint-cli,它的原理大概是先使用 prettier,再用 eslint --fix。其实我个人倒是挺想弄个 npm 命令把整个项目给格式化了的……
Beta Was this translation helpful? Give feedback.
All reactions