This website requires JavaScript.
Explore
Blog
Help
Sign In
github
/
hugo-geekblog
Watch
0
Star
0
Fork
0
You've already forked hugo-geekblog
mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced
2024-10-31 18:30:43 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
57afb60b99
hugo-geekblog
/
.prettierrc
7 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
prepare prettier auto-formatter
2020-09-12 16:06:48 +00:00
{
refator: replace gulp by webpack and npm scripts (#129) BREAKING CHANGE: We have replaced `gulp` with `webpack` and `npm scripts` to build this theme. If you build it on your own or use build commands during the deployment, you may have to adjust your setup. BREAKING CHANGE: The `GeekblogIcons` font is using the icon name as Unicode now. As a consequence, you have to replace all references to Icons from this font if you have customized the theme.
2021-12-29 21:50:13 +00:00
"printWidth": 99,
"singleQuote": false,
"semi": false,
chore: remove unmaintained dependency prettier-plugin-go-template (#409)
2023-07-05 18:46:22 +00:00
"trailingComma": "none"
prepare prettier auto-formatter
2020-09-12 16:06:48 +00:00
}
Reference in New Issue
Copy Permalink