标签: javascript eslint lint
是否存在禁止使用的eslint规则,并希望修复如下代码:
var foo = 'why would you do this';
应该是这样的:
var bar = 'aahhhhh much better';
答案 0 :(得分:1)
这应该与code formatter一起使用,而不是code linter
code formatter
code linter
您可以根据需要简单地使用更漂亮的代码或其他任何代码
您可以在这里prettier playground
prettier playground