diff options
author | amzrk2 | 2020-08-15 15:18:08 +0800 |
---|---|---|
committer | amzrk2 | 2020-08-15 15:18:08 +0800 |
commit | 7b348fbe00dacda715e9ceab7b6bad5e6cf4ae46 (patch) | |
tree | a733257ad2b66281f658451c362b8ef6be8c3cfc /prettier.config.js | |
parent | 2ab30a541b96354274ae559cc8d19c2a1f6e7988 (diff) | |
download | hugo-theme-fuji-7b348fbe00dacda715e9ceab7b6bad5e6cf4ae46.tar.gz hugo-theme-fuji-7b348fbe00dacda715e9ceab7b6bad5e6cf4ae46.tar.bz2 hugo-theme-fuji-7b348fbe00dacda715e9ceab7b6bad5e6cf4ae46.zip |
update: update min Hugo version
Diffstat (limited to 'prettier.config.js')
-rw-r--r-- | prettier.config.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/prettier.config.js b/prettier.config.js index 0bd2846..1916658 100644 --- a/prettier.config.js +++ b/prettier.config.js @@ -1,5 +1,4 @@ module.exports = { - trailingComma: 'es5', tabWidth: 2, semi: true, singleQuote: true, |