clash-verge-rev/.prettierrc
Slinetrac c672a6fef3
refactor: lint (#6511)
* refactor: lint

* chore: remove eslint-plugin/config-prettier
2026-03-15 07:40:11 +00:00

6 lines
82 B
Plaintext

{
"semi": false,
"singleQuote": true,
"plugins": ["prettier-plugin-toml"]
}