This website requires JavaScript.
Explore
Help
Sign In
root
/
vue3-core
mirror of
https://github.com/vuejs/core.git
Watch
1
Star
0
Fork
You've already forked vue3-core
0
Code
Issues
Actions
6
Packages
Projects
Releases
Wiki
Activity
6d14fa88e8
vue3-core
/
.prettierrc
6 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
init (graduate from prototype)
2018-09-19 23:35:38 +08:00
semi: false
singleQuote: true
printWidth: 80
feat(types): map declared emits to onXXX props in inferred prop types (#3926)
2021-07-20 06:22:19 +08:00
trailingComma: 'none'
arrowParens: 'avoid'