chore: update prettier and related plugins
This commit is contained in:
@@ -247,3 +247,4 @@ parseDirectory(dataPath("radar")).then((items) => {
|
||||
// write about data to JSON file
|
||||
const about = readMarkdownFile(dataPath("about.md"));
|
||||
fs.writeFileSync(dataPath("about.json"), JSON.stringify(about, null, 2));
|
||||
console.log("ℹ️ Data written to data/data.json and data/about.json");
|
||||
|
||||
Reference in New Issue
Block a user