TaroXin / vue-pretty-logger

The console is more cool to use, easier to debug, and more fun log output. Enjoy the vue-pretty-logger in the vue project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

与prettier基本无法兼容

ahjsrhj opened this issue · comments

commented

尝试这个日志框架之后感觉挺好用的,但是与prettier 无法兼容,prettier会自动把形如

onClick() { // ${#}
},

的代码格式化为

 onClick() {
 // ${#}
},

并且好像没有配置项去更改这一行为(翻了文档,prettier可配置项很少,没有找到配置的地方)
这样打印方法参数就会变得很麻烦
有没有什么解决的办法?

暂时没有解决方案,如果Prettier无法提供不格式化注释的配置,那就没办法执行框架的调试行为

commented

好的,感谢回复