prettier/tests
Christopher Chedeau ee0e839cb8 Do not put trailing commas for function declaration in es5 mode (#791)
Fixes #789
2017-02-23 09:01:19 -08:00
..
array_spread Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
arrays Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
arrows Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
async Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
binary-expressions Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
bracketSpacing Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
break-calls Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
class_extends Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
classes Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
comments Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
computed_props Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
conditional Remove extra parens around ternary arguments of a new call (#776) 2017-02-22 10:28:52 -08:00
decorators Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
directives Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
dynamic_import Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
empty_statement Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
es6modules Revert babylon bump (#792) 2017-02-23 09:00:57 -08:00
export Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
export_default Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
export_extension Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
exports Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
expression_statement Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
flow Do not expand empty catch (#783) 2017-02-23 07:29:05 -08:00
flow_comments Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
flow_method Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
for Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
function Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
if_comments Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
ignore Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
import Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
interface Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
jsx Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
jsx-multiline-assign Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
jsx-newlines Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
jsx-significant-space Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
jsx-split-attrs Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
jsx-stateless-arrow-fn Add `this` for Member factory whitelist and remove softline (#782) 2017-02-23 09:41:44 -05:00
jsx_escape Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
jsx_last_line Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
label Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
last_argument_expansion Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
line Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
literal Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
member Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
method-chain Group [0] at the end of the previous chain instead of beginning of next one (#784) 2017-02-23 07:34:52 -08:00
new_expression Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
object-prop-break-in Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
object_colon_bug Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
objects Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
optional-type-name Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
preserve_line Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
quotes Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
rest Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
shebang Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
strings Do not format template literals (#749) 2017-02-23 09:00:29 -08:00
switch Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
tabWith Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
template Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
ternaries Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
trailing_comma Do not put trailing commas for function declaration in es5 mode (#791) 2017-02-23 09:01:19 -08:00
trailing_whitespace Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
try Do not expand empty catch (#783) 2017-02-23 07:29:05 -08:00
unary Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
unary_expression Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
unicode Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
union_intersection Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
update_expression Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
while Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
windows Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00
yield Upgrade to Jest 19 (#762) 2017-02-21 13:59:19 -08:00