02_lesson: Added prettier config file

02_lesson
Jason Zhu 2023-03-07 15:28:45 +11:00
parent 47e543f2b4
commit 024b2b589d
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{
"singleQuote": true,
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"printWidth": 80
}