module.exports =
	sourceType: 'module'
	allowReturnOutsideFunction: true
	allowImportExportEverywhere: true
	preserveParens: true
	comments: true
