diff options
author | 2024-06-07 05:20:57 +0200 | |
---|---|---|
committer | 2024-06-07 05:20:57 +0200 | |
commit | 2b4c85aa7ea668e9903647e155edd6b66eddf5d5 (patch) | |
tree | 9ca6cc81c3cfef29e99d3d5b9bb6ee0a91bb6a55 /.prettierrc.json | |
parent | update (diff) |
update
Diffstat (limited to '.prettierrc.json')
-rw-r--r-- | .prettierrc.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.prettierrc.json b/.prettierrc.json index aaeb4f2..6281138 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -14,7 +14,8 @@ "**/account/pages/*.tsx", "**/login/Template.tsx", "**/account/Template.tsx", - "**/login/UserProfileFormFields.tsx" + "**/login/UserProfileFormFields.tsx", + "KcApp.tsx" ], "options": { "printWidth": 150 |