diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2023-11-21 06:10:12 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2023-11-21 06:10:12 +0000 |
| commit | 0fc062268c71d53f8777c358b31e2a540d60d404 (patch) | |
| tree | 0183a00dcfb14583c7dfa80da082c21630afe375 /.prettierrc | |
| parent | 6ebe202147269100cd63ef125e877e8f693a27a1 (diff) | |
| parent | 6a6ce21e5a552b0dc6cd541710a87fd0a0fd9d20 (diff) | |
Merged in refactor/all (pull request #116)
Refactor/all
Diffstat (limited to '.prettierrc')
| -rw-r--r-- | .prettierrc | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/.prettierrc b/.prettierrc index 13d05134..c09debf4 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,11 +1,10 @@ { + "arrowParens": "always", + "singleQuote": true, + "jsxSingleQuote": true, "tabWidth": 2, + "semi": true, "useTabs": false, - "semi": false, - "jsxSingleQuote": true, - "singleQuote": true, - "printWidth": 100, - "trailingComma": "none", "overrides": [ { "files": "*.css", |
