1
0
Fork 0
mirror of https://github.com/mmumshad/ansible-playable.git synced 2025-02-12 13:41:52 +00:00
ansible-playable/.babelrc
Mumshad Mannambeth c92f737237 Initial Commit
2017-06-07 13:36:45 -04:00

6 lines
89 B
Text

{
"presets": ["es2015"],
"plugins": [
"transform-class-properties"
]
}