尾随逗号已被 prettier 删除

Seb*_*mon 5 typescript eslint visual-studio-code prettier

我一直在使用 prettier 和 esLint 进行格式和验证。当我在界面中添加逗号时,它会被 prettier 删除,因此我收到 esLint 错误。

  interface iMergeByItem{ 
    title?: string,
    meals: any
 }
Run Code Online (Sandbox Code Playgroud)

考虑上面的场景,当我格式化文档时,逗号被删除,我尝试了更漂亮的TrailingComma配置,但对界面内容没有任何作用