chore: lint MD

This commit is contained in:
Corbin Crutchley
2022-08-20 22:14:04 -07:00
parent b07487ebbd
commit d7ac9d23dd
87 changed files with 2940 additions and 2992 deletions

View File

@@ -67,7 +67,6 @@ If you look at Vue's SFC (single file component) compiler source, there is a fun
What I came up with is a little script that will take a .vue file of the SFC and spit out how Vue interpretes the TypeScript.
```js
import { readFile, writeFile } from "fs";
import parseArgs from "minimist";