如何忽略更漂亮的特定规则?

How to ignore specific rule(s) with prettier?

有没有办法不用 format writecheck 更漂亮的特定规则?

例如,我不关心我的代码中是否有分号,我想检查除此之外的其他规则。

"prettier": {
  "useTabs": true,
  "tabWidth": 4,
}

一位贡献者的回答Prettier doesn't have rules and will never have