tangled
alpha
login
or
join now
vielle.dev
/
site
0
fork
atom
Personal Site
0
fork
atom
overview
issues
pulls
pipelines
Add formatting for svg files
vielle.dev
7 months ago
079ae660
761ca741
verified
This commit was signed with the committer's
known signature
.
vielle.dev
SSH Key Fingerprint:
SHA256:/4bvxqoEh9iMdjAPgcgAgXKZZQTROL3ULiPt6nH9RSs=
+8
-1
2 changed files
expand all
collapse all
unified
split
.prettierrc
package.json
+6
.prettierrc
···
6
"options": {
7
"parser": "astro"
8
}
0
0
0
0
0
0
9
}
10
]
11
}
···
6
"options": {
7
"parser": "astro"
8
}
9
+
},
10
+
{
11
+
"files": "*.svg",
12
+
"options": {
13
+
"parser": "html"
14
+
}
15
}
16
]
17
}
+2
-1
package.json
···
6
"dev": "astro dev --port 3000",
7
"build": "astro build",
8
"preview": "astro preview",
9
-
"astro": "astro"
0
10
},
11
"dependencies": {
12
"@astrojs/node": "^9.3.0",
···
6
"dev": "astro dev --port 3000",
7
"build": "astro build",
8
"preview": "astro preview",
9
+
"astro": "astro",
10
+
"fmt": "prettier . --write"
11
},
12
"dependencies": {
13
"@astrojs/node": "^9.3.0",