03_lesson: modified prettier config

03_lesson
Jason Zhu 2023-03-07 16:43:16 +11:00
parent 476e7259e7
commit f0d02e6e02
1 changed files with 2 additions and 1 deletions

View File

@ -3,5 +3,6 @@
"trailingComma": "es5", "trailingComma": "es5",
"tabWidth": 2, "tabWidth": 2,
"semi": true, "semi": true,
"printWidth": 80 "printWidth": 80,
"arrowParens": "always"
} }