liferay / liferay-npm-tools

Collection of tools for using npm in Liferay
Other
18 stars 15 forks source link

yarn format empties `.babelrc.js` files #456

Closed izaera closed 4 years ago

izaera commented 4 years ago

See https://github.com/wincent/liferay-portal/pull/301#issuecomment-634621120

wincent commented 4 years ago

It does that because it thinks the presets aren't needed (it is a lint autofix), but you can get around that by turning off the lint like I said here.

izaera commented 4 years ago

closing this as it is the intended behavior