joyent-portal/packages/my-joy-images/.babelrc
Sérgio Ramos 23ddc68ade style: global and simpler prettier config
this also removes precommit scripts because they were cumbersome
2018-03-15 19:02:55 +00:00

13 lines
157 B
Plaintext

{
"ignore": ["_document.js"],
"presets": [
[
"joyent-portal",
{
"aliases": true,
"autoAliases": true
}
]
]
}