added ast parsing

This commit is contained in:
2025-08-18 22:53:36 -06:00
parent 03662d980f
commit d370fb44a2
7 changed files with 635 additions and 5 deletions

9
prettier.config.js Normal file
View File

@@ -0,0 +1,9 @@
const config = {
trailingComma: "all",
singleQuote: false,
printWidth: 80,
semi: true,
};
export default config;