Weather-Check/.prettierrc

9 行
170 B
Plaintext
Raw パーマリンク 通常表示 履歴

2024-02-02 12:09:37 +09:00
{
"extends": ["plugin:prettier/recommended"],
"bracketSpacing": false,
"tabWidth": 2,
"useTabs": false,
"trailingComma": "all",
"singleQuote": true
}