如何忽略更漂亮的特定规则?
How to ignore specific rule(s) with prettier?
有没有办法不用 format
write
或 check
更漂亮的特定规则?
例如,我不关心我的代码中是否有分号,我想检查除此之外的其他规则。
"prettier": {
"useTabs": true,
"tabWidth": 4,
}
有没有办法不用 format
write
或 check
更漂亮的特定规则?
例如,我不关心我的代码中是否有分号,我想检查除此之外的其他规则。
"prettier": {
"useTabs": true,
"tabWidth": 4,
}