diff options
Diffstat (limited to '.prettierrc.json')
| -rw-r--r-- | .prettierrc.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.prettierrc.json b/.prettierrc.json index 66e2335..b3fdc92 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,8 +1,8 @@ { "$schema": "https://json.schemastore.org/prettierrc", - "semi": false, + "semi": true, "tabWidth": 2, "singleQuote": true, "printWidth": 100, - "trailingComma": "none" -}
\ No newline at end of file + "trailingComma": "es5" +} |
