tangled
alpha
login
or
join now
nobbz.dev
/
blog
0
fork
atom
Mirror of the sourcecode for my blog, original repo: https://github.com/NobbZ/blog-nobbz-dev
0
fork
atom
overview
issues
pulls
pipelines
fix typeannotation
nobbz.dev
1 year ago
980b6b10
8dd8c100
+1
-1
1 changed file
expand all
collapse all
unified
split
.prettierrc.mjs
+1
-1
.prettierrc.mjs
reviewed
···
1
1
-
/** @type (import("prettier").Config */
1
1
+
/** @type (import("prettier").Config) */
2
2
3
3
export default {
4
4
plugins: ["prettier-plugin-astro"],