feat: add Vitest configuration and tests for lesson modules and rendering
This commit is contained in:
9
.prettierrc.json
Normal file
9
.prettierrc.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/prettierrc",
|
||||
"semi": true,
|
||||
"tabWidth": 4,
|
||||
"singleQuote": false,
|
||||
"printWidth": 150,
|
||||
"trailingComma": "none",
|
||||
"useTabs": true
|
||||
}
|
||||
Reference in New Issue
Block a user