03_lesson: modified prettier config
parent
476e7259e7
commit
f0d02e6e02
|
@ -3,5 +3,6 @@
|
||||||
"trailingComma": "es5",
|
"trailingComma": "es5",
|
||||||
"tabWidth": 2,
|
"tabWidth": 2,
|
||||||
"semi": true,
|
"semi": true,
|
||||||
"printWidth": 80
|
"printWidth": 80,
|
||||||
|
"arrowParens": "always"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue