This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
dashy
mirror of
https://github.com/Lissy93/dashy.git
Watch
1
Star
0
Fork
You've already forked dashy
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8b45e13708
dashy
/
babel.config.js
6 lines
56 B
JavaScript
Raw
Normal View
History
Unescape
Escape
init
2019-07-19 16:07:26 +02:00
module
.
exports
=
{
presets
:
[
Change lint rules to AirBnB
2019-09-01 14:38:13 +02:00
'@vue/app'
,
]
,
}
;