UNPKG
vue-flip-animation
Version:
latest (1.0.1)
1.0.1
# Installation
vue-flip-animation
/
.lintstagedrc
5 lines
(4 loc)
•
104 B
Plain Text
View Raw
1
2
3
4
5
{ ".
/**/
*.{ts,
html
,json}":
"npm run format:scripts"
,
"./**/*.{css,scss}"
:
"npm run format:styles"
}